An ASCII-character based adventure world written in python. (Executes into terminal / cmd)
w
- forward
a
- left
d
- right
s
- back
z
- exit program
e
- enter / exit inventory
M
- mountain
^
- forest
o
- lake / river (Windows)
.
- lake / river (OS X)
O
- origin
(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