Pygame Animation of Conway's game. By Cameron Kerley, with inspration from Hunter Hannula & and the adafruit github
interactive game of life simulation. the main file to run the game is lights_out.py
- up arrow runing the interactie animation, can be paused by pressing the 1 key and unpause with the 2 key.
- right arrow key makes a random board state to start.
- down arrow key clear the whole board and stops the animation, can create custom start patterns by clicking cells.
- pressing c will toggle a color space mapped to node activity.
- pressing d will show the grid overlay om top of tiles(mainly for debug).
- a shows the pause menu while the game of life is running, allowing you to change the rules and FPS it runs at.