Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/claw1200/pygame-of-life
- Owner: CLAW1200
- Created: 2022-09-24T21:41:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T15:39:20.000Z (over 2 years ago)
- Last Synced: 2023-05-12T14:26:26.184Z (almost 2 years ago)
- Topics: conways-game-of-life, game-of-life, object-oriented-programming, oop, pygame, python, python3
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyGame-Of-Life
Conway's Game Of Life in PyGameControls:
- 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