Skip to content

rubengees/ConvaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConvaysGameOfLife

A simple implementation of Conway's Game of Life done in Java with JavaFX.

Run

  • Download the latest release.
  • Ensure you hava Java and JavaFX installed (version 8 at least).
  • Start the application either by double clicking it or by running:
java -jar ConvaysGameOfLife.jar

Build yourself

This project uses gradle so you just need to call the appropriate tasks. What you propably want is the fatJar, as it contains all the needed dependencies.
Run:

Linux
./gradlew fatJar
Windows
gradlew.bat fatJar

You'l find the file in the folder build/libs. The name is ConvaysGameOfLife.jar.

More

You can use this code however you like (See the licence).
I do not intend to work further on this project.

About

A simple implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages