A simple game of life written with Kotlin and libGDX.
libGDX is a cross platform game library. However, this game only targets desktop(Windows, Mac, Linux) now.
- If you want binary file, download the latest jar from here
- If you want to clone, use
git clone https://github.com/mmorihiro/LifeGame.git
Then, move to the project root and run./gradlew run
Very simple and easy.
- You can change life or death by clicking the field.
- This game has just 3 buttons. Press and see how it works.
Feel free to submit issues or send pull requests.