A demonstration of the apsu-core entity framework.
A game where you fly around and shoot rocks until the rocks hit you and you die. (Note: dying not yet implemented.)
To build and run:
- download apsu-core and build and install it in your local Maven
repository using
./gradlew install
- download apsu-core-scala and build a distribution using
./gradlew installApp
- run
build/install/apsu-demo-scala/bin/apsu-demo-scala
(or the.bat
equivalent) - arrow keys or WASD to move, space to shoot, Esc to exit.
MIT; see LICENSE.txt