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.
$ java -jar gof-java.jar
$ wget https://github.com/Inoryy/game-of-life-java/releases/download/0.1/gof-java.jar
- Java 8
- JavaFX 2.x
To run unit tests, just execute ant run
This project was developed as part of OOP/Java class in University of Tartu by Mihkel Vaher and Roman Ring.
This project is released under the MIT License. See the bundled LICENSE file for details.