项目作者: CaspianA1
项目描述 :
A text-based action-RPG
高级语言: Python
项目地址: git://github.com/CaspianA1/Nyckelmastaren.git
Nyckelmästaren
(This means Keymaster in Swedish.)
A text-based action-RPG game. Developed by Adam Winograd and I.
Inspired by games like Zork, A Link To The Past, Dragon Warrior and Mother.

All in-game graphics were made without any external libraries, which I’m really happy about. It looks like an Atari 2600 game!
Commands:
- w / north / go north
- d / east / go east
- s / south / go south
- a / west / go west
- words of encouragement
- use / item
- inventory
- location
- settings / options
- help
Tips:
- To start a new game:
- Select “reset game” from settings.
- If you installed the game from source, enter “python3 adventuregame.py new”
- If the orange field looks a bit wonky with screen size three, try zooming out your terminal window or changing to screen size two.
- There’s a hidden weapon in the wizard Salazar’s lair…
Dependencies:
Installation:
- Clone the repo whichever way you want.
- Run the included shell script, labeled “dependencies_1.sh”, and then once you’re done run “dependencies_2.sh”.
Run:
- Nagivate to where you cloned the repo.
- Enter “python3 adventuregame.py || python adventuregame.py”.
- Make your terminal full-screen, and have fun!