Fight the treacherous demons of NoSQL!
- Clone this repo and run a
mvn clean install, followed by ajava -jarcommand on the "with dependencies" JAR file created in the/targetdir.
Or
- Download the JAR file listed above, and run with
java -jar:
java -jar legendofdatastax.jar
- Movement: w, a, s, d
- Attack/Talk: enter
- Pause: esc
- Character Sheet: c (buggy)
- Music can be turned on in the
setupmethod ofGamePanel.java. - Number of monsters can be increased in the
generateMonstersmethod ofObjectFactory.java. - Monster difficulty can be adjusted (speed, health points, attack) in the individual classes found in the /monsters dir.
-
Game engine created using RySnow's "How to make a Java 2D Game" video playlist.
-
Music and sound effects from Pixabay.



