inoryy / game-of-life-java

Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Conway's Game of Life

License:MIT License


Languages

Language:Java 100.0%