Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
HubTou authored May 8, 2020
1 parent 76ac354 commit db5209c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ With goals of readability (it was intended as an example for my son - no sophist

Install Python 3 and PyGame, then launch vie.py from your file explorer or use "python vie.py" on the command line.

After first launch, a vie.cfg configuration file will be created that you'll be able to tweak to your taste (including setting the game in English).

You will probably want to download LifeWiki 1500+ pattern files collection at http://www.conwaylife.com/patterns/all.zip
Uncompress it to the bibli subdirectory for the software to use them.

Windows users: you can download Python and PyGame from the following locations:
- https://www.python.org/downloads/windows/ (I used python-3.7.7-amd64.exe)
- https://pypi.org/project/pygame/#files (I used pygame-1.9.6-cp37-cp37m-win_amd64.whl)
Expand Down

0 comments on commit db5209c

Please sign in to comment.