Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vshelke/game
:video_game: This program is a simple implementation of the famous Conway's Game of Life !
https://github.com/vshelke/game
conway-s-game-of-life game java8 life
Last synced: 18 days ago
JSON representation
:video_game: This program is a simple implementation of the famous Conway's Game of Life !
- Host: GitHub
- URL: https://github.com/vshelke/game
- Owner: vshelke
- Created: 2016-10-28T15:32:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T05:21:42.000Z (over 7 years ago)
- Last Synced: 2024-10-29T12:38:34.077Z (2 months ago)
- Topics: conway-s-game-of-life, game, java8, life
- Language: Java
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# game-of-life
This is a zero-player game which works on the four rules given by John Horton Conway.
[Wikipedia](https://en.wikipedia.org/wiki/Conway's_Game_of_Life)# Demo
![gol](gif/gol.gif)# Run it locally :blush:
:file_folder: Download the .zip [here](https://github.com/vshelke/game-of-life/archive/master.zip)
:mouse: Double click "Conway.jar"
Made with :yellow_heart: by [Vaibhav Shelke](https://github.com/vshelke).