Fight the treacherous demons of NoSQL!
- Clone this repo and run a
mvn clean install
, followed by ajava -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
- Movement: w, a, s, d
- Attack/Talk: enter
- Pause: esc
- Character Sheet: c (buggy)
- Music can be turned on in the
setup
method ofGamePanel.java
. - Number of monsters can be increased in the
generateMonsters
method 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.