Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.25 KB

File metadata and controls

29 lines (23 loc) · 1.25 KB

CotFK

GitHub Actions status for 'Maven' Gitmoji

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.