Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 509 Bytes

File metadata and controls

26 lines (13 loc) · 509 Bytes

dota3-cli

Command line RPG game - Dota3

Gradle Build using Wrapper:

./gradlew clean build

Generate Fat Jar:

./gradlew fatJar

Fat jar with all dependencies is created under build/libs (dota3-all-1.0-SNAPSHOT.jar)

Run:

java -jar build/libs/dota3-all-1.0-SNAPSHOT.jar

To play the game, choose from a list of commands as the game progresses.

Note: User running the program requires file creation privileges. Profiles will be saved to disk in the directory where the program is run.