game-of-life-java
game-of-life-java copied to clipboard
Conway's Game of Life
Game of Life (in Java)
Game of Life (in Java)
is an Conway's 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 file for details.