Skip to content

inoryy/game-of-life-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life (in Java)

Build Status

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

kvdw4

Console output

optimized

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.