Skip to content

A primitive implementation and visualization of Conway's Game of Life with JavaFX

Notifications You must be signed in to change notification settings

sven-hoffmann/cwgol-javafx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cwgol-javafx

A primitive implementation and visualization of Conway's Game of Life with JavaFX.

I created this for last years global day of code retreat. The only goal of this code is to have an animated visualization of Conway's Game of Life.

The most important aspects of the visualization can be controlled by the static members:

  • FPS
  • SQUARE_SIZE
  • X_MAX
  • Y_MAX

The application can be run by:

  • starting the main class
  • running mvn com.zenjava:javafx-maven-plugin:8.1.2:run in the console

project requirements are:

About

A primitive implementation and visualization of Conway's Game of Life with JavaFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages