Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iphoting/gameoflife.java
A Java implementation of the Game of Life
https://github.com/iphoting/gameoflife.java
Last synced: about 1 month ago
JSON representation
A Java implementation of the Game of Life
- Host: GitHub
- URL: https://github.com/iphoting/gameoflife.java
- Owner: iphoting
- Created: 2011-11-18T04:37:24.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-27T10:14:01.000Z (almost 13 years ago)
- Last Synced: 2024-04-09T22:37:17.624Z (7 months ago)
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# GameOfLife.java
## Introduction
This is a java implementation of the classical [Cellular Automata][ca] problem that was presented to me during one of my IS200 lab exercises.
There is no special algorithm used in solving this zero-player game.
## Usage
$ java GameOfLife [Max Iterations]
If the `[Max Iterations]` argument is not set, it will exit upon reaching 300 iterations.
### Configuration
Refer to GameOfLife.input.txt for detailed description and instructions for defining the initial state or generation 0.
## Feedback
Any suggestions for improving efficiency and or coding improvements are welcome, via pull requests.
[ca]: http://en.wikipedia.org/wiki/Cellular_automaton