-
Notifications
You must be signed in to change notification settings - Fork 246
Quick Start Guide
paddatrapper edited this page Oct 1, 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:
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