https://github.com/edwinm/game-of-life-in-java
John Conways Game of Life in Java, either as a applet or as a stand alone program.
https://github.com/edwinm/game-of-life-in-java
applet gameoflife java
Last synced: over 1 year ago
JSON representation
John Conways Game of Life in Java, either as a applet or as a stand alone program.
- Host: GitHub
- URL: https://github.com/edwinm/game-of-life-in-java
- Owner: edwinm
- Created: 2011-03-13T21:39:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T16:54:24.000Z (over 8 years ago)
- Last Synced: 2025-03-20T16:52:10.208Z (over 1 year ago)
- Topics: applet, gameoflife, java
- Language: Java
- Homepage: http://www.bitstorm.org/gameoflife/
- Size: 48.8 KB
- Stars: 20
- Watchers: 3
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of Life
The Game of Life is not your typical computer game. It is a 'cellular automaton', and was invented by Cambridge mathematician John Conway.
This game became widely known when it was mentioned in an article published by Scientific American in 1970. It consists of a collection of cells which, based on a few mathematical rules, can live, die or multiply. Depending on the initial conditions, the cells form various patterns throughout the course of the game.
Download the stand alone [Game of Life application](https://bitstorm.org/gameoflife/standalone/) to play
the Game of Life.
The [Game of Life applet](https://bitstorm.org/gameoflife/applet.html) is no longer supported by modern browsers.
For an online version, you can use JavaScript version of the [Game of Life](https://www.bitstorm.org/gameoflife/).