Skip to content
paddatrapper edited this page Sep 30, 2014 · 2 revisions

You can download the game with:

git clone https://github.com/progether/JAdventure

###Run with Ant###

Install apache-ant

Run the game with:

ant -emacs -Darg0="standalone" run

It will automatically compile, test, and run the game.

Playing the Game

To start a new game:

start

To save a game:

s

Get a list of commands with:

h

To get a list of monsters around you:

m

To get your own current status/stats:

st

To quit the game:

exit

To move:

gn - go north
gs - go south
ge - go east
gw - go west

To pick up an item:

p<itemName>

To drop an item:

d<itemName>

To equip/dequip item:

e<itemName>
ue<itemName>

To look around:

la
Clone this wiki locally