Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcellharmaci/kotlin_game_of_life

Game of Life project written in Kotlin using JavaFX for graphics
https://github.com/marcellharmaci/kotlin_game_of_life

desktop-app kotlin simulation

Last synced: 12 days ago
JSON representation

Game of Life project written in Kotlin using JavaFX for graphics

Awesome Lists containing this project

README

        

# Kotlin Game of Life
Game of Life project written in Kotlin using JavaFX for graphics.
When tha game is paused you can click cells to change their state to alive/dead, then start the simulation.

![](illustration.png)

JavaFX is not part of of the Java SDK and JRE since Java 8. If you're trying to build the project with Java 11 or higher you should download the JavaFX SDK first.
It's available here: https://gluonhq.com/products/javafx/
(I recommend a stable version like 17.0.2 [LTS])