This python script simulates a playthrough of Conway's Game of Life.
This script plays the game on two boards (board1 and board2), where board1 contains the original cells (used to determine which cells live/die), and board2 contains the updated cells (used only to return to user).
- Python3.x
- Fork from the repo and ensure you have Python installed.
python.exe main.py -r <rows> -c <columns>
- Sample
python.exe main.py -r 50 -c 80
For any issues, please raise a pull request! For the help options:
python.exe main.py -h
- 0.1
- Initial Release
Distributed under the MIT License. See LICENSE
for more information.