Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Quick Start Guide

paddatrapper edited this page Sep 20, 2014 · 1 revision

You can download the game with:

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

###Run with Ant###

Install apache-ant

Run the game with:

ant -emacs 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