A Simple game of life implementation using Python and Pygame
What things you need to install the software and how to install them
python 2.7
pipenv
git clone
pipenv install
pipenv shell
- Run the game
- pipenv run python src/game.py
- Select the starting formation as you prefer
- Keyboard [space] to start/stop the game
- Keyboard [escape] to reset the field
- Andrea La Scola - Initial work - andrea-lascola
This project is licensed under the MIT License - see the LICENSE.md file for details
- Python3 - Had a problem using python 3 and pygame so i had to switch back to python 2.7
- Cli tools
- setup.py
- More useless stuff