Skip to content

A simple 2D adventure game made to advertise our pre-Summit training!

License

Notifications You must be signed in to change notification settings

aar0np/LegendOfDataStax

Repository files navigation

The Legend of DataStax

Fight the treacherous demons of NoSQL!

https://youtu.be/4FEIyDtZF9c

Screenshots

How to run

  • Clone this repo and run a mvn clean install, followed by a java -jar command on the "with dependencies" JAR file created in the /target dir.

Or

  • Download the JAR file listed above, and run with java -jar:
java -jar legendofdatastax.jar

Controls

  • Movement: w, a, s, d
  • Attack/Talk: enter
  • Pause: esc
  • Character Sheet: c (buggy)

Notes:

  • Music can be turned on in the setup method of GamePanel.java.
  • Number of monsters can be increased in the generateMonsters method of ObjectFactory.java.
  • Monster difficulty can be adjusted (speed, health points, attack) in the individual classes found in the /monsters dir.

Additional callouts and credits

About

A simple 2D adventure game made to advertise our pre-Summit training!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages