Skip to content

mmorihiro/LifeGame

Repository files navigation

LifeGame

Build Status License

Demo

Demo

Description

A simple game of life written with Kotlin and libGDX.

Download

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

How to play

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.

Contributing

Feel free to submit issues or send pull requests.