Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 674 Bytes

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: