/CastleAdventure

Java Command Line Game

Primary LanguageJavaApache License 2.0Apache-2.0

CastleAdventure

This is a Java command line game adapted from a free course on MOOC website of China University.

Compile Project With Maven

Download Maven

Maven Documentation

You can simply run this game by entering these following command line to your shell.

//compile and package
mvn clean package
//run MainClass in the package
java -jar target/CastleAdventure-1.0.0.jar 

More links:

How to play this game

How to help me improve this game