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

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.

Awesome Lists containing this project

README

          

# GameOfLife
A Processing Conway's game of life implementation.

![Conway's Game of life](https://github.com/SchwabNicolas/GameOfLife/blob/master/image/gameOfLife.png)

## 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 ![ImageToProcessingGameOfLife](https://github.com/SchwabNicolas/ImageToProcessingGameOfLife) and import it here.