GameOfLife
Conway's game of life implementation in Java with the JavaFX framework.
v1.0-beta, not finished yet
Rules
A cell can be alive (white) or dead (black). On each generation the following rules are applied:
- Any alive cell with less than 2 neighbors is dead
- Any alive cell with more than 3 neighbors is dead
- Any alive cell with 2 or 3 neighbors keeps alive
- Any dead cell with exactly 3 neighbors is alive
Keys
Use the right and left mouse buttons to place/remove cells and to pan the view. Initially the game is paused.
SPACE
to pause/resumeR
to resetG
to show/hide gridC
to create backupV
to load last backupL
to load a .cells plaintext file (or icon on top)S
to save to a .cells plaintext fileQ
to generate random alive cells
Source code: https://github.com/OrangoMango/GameOfLife
Status | In development |
Platforms | HTML5, Windows, macOS, Linux, Android |
Author | OrangoMango |
Genre | Educational, Puzzle, Simulation, Strategy |
Tags | 2D |
Download
Download NowName your own price
Click download now to get access to the following files:
GameOfLife-1.0beta-windows.zip 36 MB
GameOfLife-1.0.msi 37 MB
gameoflife_1.0-1_amd64.deb 37 MB
GameOfLife-1.0.pkg 36 MB
gameoflife_1.0-1_arm64.deb 34 MB
GameOfLife-prototype.apk 9.8 MB
Leave a comment
Log in with itch.io to leave a comment.