https://github.com/schwabnicolas/gameoflife
A Processing Conway's game of life implementation.
https://github.com/schwabnicolas/gameoflife
cellular-automaton game-of-life java processing
Last synced: 14 days ago
JSON representation
A Processing Conway's game of life implementation.
- Host: GitHub
- URL: https://github.com/schwabnicolas/gameoflife
- Owner: SchwabNicolas
- Created: 2019-11-19T10:14:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T06:49:56.000Z (over 6 years ago)
- Last Synced: 2025-01-23T23:46:52.168Z (over 1 year ago)
- Topics: cellular-automaton, game-of-life, java, processing
- Language: Processing
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameOfLife
A Processing Conway's game of life implementation.

## Commands
### Play/stop game
Press 'Space'.
### Reset
Press 'E'.
### Save game into a file
Press 'S', select the file and press 'Save'.
### Import save into the game
Press 'L', select the file and press 'Open'.
### Generate a random grid
Press 'R'.
### Set cell state
Left click to set it alive and right click to set it dead.
### Convert an image into a grid
You can generate a save with the program  and import it here.