Conway's Game of Life implemented in Python with a simple TKinter GUI.
Code for the Grid from Arthur Vaïsse on Stack Overflow.
- You can run the game by inputting your desired amount of iterations into the box and then clicking the "Commence Game of Life!" Button.
- You can save your drawings by clicking Export Schematic, which will save it as a .txt file that can be imported later.
- Clicking the "Settings" button will take you to a menu where you can change the height and width of the board.
Ideas or feature requests are welcome!
- Python 3
This app uses libraries that come with the default python installation.
-
Run the app
python Game_Of_Life.py