There was an error while loading. Please reload this page.
You can download the game with:
git clone https://github.com/progether/JAdventure
###Run with Ant###
Install apache-ant
Run the game:
Standalone:
ant -emacs run
Client:
ant -Darg0=client run
Server:
ant -Darg0=server run
It will automatically compile, test, and run 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