Crown of the Fallen King - An example RPG built with Crown.
Powered by JDK 11. Only arrow keys and console commands are now supported.
Notable Ant/Ivy build targets:
install |
Download dependencies from pom.xml into target/deps . |
build |
Create a .jar from sources & deps. |
build-tests |
Create a .jar from test sources & deps. |
run |
Launch the game from generated .jar file. |
test |
Execute JUnit tests & save reports to target/test-reports . |