Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/claw1200/pygame-of-life

Conway's Game Of Life in PyGame
https://github.com/claw1200/pygame-of-life

conways-game-of-life game-of-life object-oriented-programming oop pygame python python3

Last synced: 5 days ago
JSON representation

Conway's Game Of Life in PyGame

Awesome Lists containing this project

README

        

# PyGame-Of-Life
Conway's Game Of Life in PyGame

Controls:

- Left Click: Place Cell

- Right Click: Remove Cell

- Space: Pause/Play

- R: Randomize Cells

- C: Clear Cells

- E: Toggle Place Cell

- W: Toggle Remove Cell

- P: Randomize Colours

- Up Arrow/MScroll: Speed Up

- Down Arrow/MScroll: Slow Down

- Right Arrow: Next Generation

- H: Toggle UI

- Esc: Quit