K-Mistele / seeker-of-the-sword

ascii-character adventure code written into console via python
Other
5 stars 0 forks source link

Seeker of the Sword

An ASCII-character based adventure world written in python. (Executes into terminal / cmd)

MOVEMENT

w - forward
a - left
d - right
s - back

MISCELLANEOUS

z - exit program
e - enter / exit inventory

ENVIRONMENT

M - mountain
^ - forest
o - lake / river (Windows)
. - lake / river (OS X)
O - origin

TO START GAME

(must have Python 3.6.4 installed)
run the following in cmd / terminal:
python adventure.py for machines with only one version of Python installed
python3 adventure.py for machines with multiple versions of Python installed