Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 723 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 723 Bytes

apsu-demo-scala

A demonstration of the apsu-core entity framework.

Rocks (apsu.demo.rocks)

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.

License

MIT; see LICENSE.txt