/zorkv2

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

zorkv2

So far, the game consists of 9 empty rooms. The player begins in the center room. The player may move to any adjacent room. If a player attempts to move beyond these rooms, they receive a message that they cannot.

TODO: Add descriptions of rooms

TODO: Add enemies in rooms and implement their health - one orc has been added as an example

TODO: Implement health/xp system for player - health implemented

TODO: Add more rooms for player to explore

TODO: Implement commands

TODO: Add case insensitivity

TODO: Add items, eg a health potion or +1 sword