Implementation of Conway’s game of life in python
Conway’s Game of Life An interactive simulator that implements the standard Conway Game of Life with a simple menu developed in Python + Pygame. Test and experience the different types of cell automaton patterns discovered and found in this game. đź’» Shortcuts to change program settings use ESC to exit / close the program. use A to play/pause execution. use S to switch between pencil / eraser. use Q to decrease block size. use W to increase block size. use […]
Read more