Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/superioz/simplegameoflife
A remake of Conway's Game of Life with additional rules. Pretty simple to play.
https://github.com/superioz/simplegameoflife
Last synced: about 2 months ago
JSON representation
A remake of Conway's Game of Life with additional rules. Pretty simple to play.
- Host: GitHub
- URL: https://github.com/superioz/simplegameoflife
- Owner: Superioz
- License: mit
- Archived: true
- Created: 2015-03-22T09:02:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-25T04:50:10.000Z (over 9 years ago)
- Last Synced: 2023-03-11T16:16:26.904Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SimpleGameOfLife
A "remake" of Conway's Game of Life with additional rules. Pretty simple to play, because it's just a kind of animation.
### The rules of this Game are:
1. Every cell with less then 2 living 'neighbours' dies.
2. Every cell with more then 3 dies, too.
3. Every cell with 3 or 2 living neighbours stays alive.### Additional rules:
1. Every cell ages with every day. The cell dies, when it's too old.
2. At day 180 a new year begins and new cells come to "celebrate the new year">For more informations go to http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life