https://github.com/inoryy/game-of-life-java
Conway's Game of Life
https://github.com/inoryy/game-of-life-java
conway conway-game game-of-life javafx
Last synced: 20 days ago
JSON representation
Conway's Game of Life
- Host: GitHub
- URL: https://github.com/inoryy/game-of-life-java
- Owner: inoryy
- License: mit
- Created: 2015-03-05T15:18:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T23:48:58.000Z (about 5 years ago)
- Last Synced: 2025-03-17T18:21:31.242Z (about 1 month ago)
- Topics: conway, conway-game, game-of-life, javafx
- Language: Java
- Homepage:
- Size: 311 KB
- Stars: 43
- Watchers: 10
- Forks: 47
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Game of Life (in Java)
=========[](https://travis-ci.org/Inoryy/game-of-life-java)
`Game of Life (in Java)` is an [Conway's Game of Life](http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) implementation in Java with GUI written in JavaFX and optional console output.
It supports randomized board generation, preset loading, save/load to/from file.## Usage
`$ java -jar gof-java.jar`
## Examples
### GUI output

### Console output

## Installation
`$ wget https://github.com/Inoryy/game-of-life-java/releases/download/0.1/gof-java.jar`
## Requirements
* Java 8
* JavaFX 2.x## Running the Tests
To run unit tests, just execute `ant run`
## Credits
This project was developed as part of OOP/Java class in University of Tartu by Mihkel Vaher and Roman Ring.
## License
This project is released under the MIT License.
See the bundled [LICENSE](LICENSE) file for details.