Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcellharmaci/kotlin_game_of_life
- Owner: MarcellHarmaci
- Created: 2020-06-12T11:53:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T20:50:13.000Z (9 months ago)
- Last Synced: 2024-11-13T23:09:02.015Z (2 months ago)
- Topics: desktop-app, kotlin, simulation
- Language: Kotlin
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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])