Dork is a game based on zork. A player can navigate through various rooms,
pick up items, and using keys go to other areas. It currently has navigation
and a command line interface, with repl and basic save and loading functions.
- Free software: MIT license
- Documentation:
- Added SonarCloud and TravisCI testing
- Command line interface with -h, -v, and -l options working
- to-do: -o and -i for saving a map and initializing dork before start
- Dork start up menu
- REPL
- Accepts [verb] [nown] sentences and navigates between rooms
- Save and load using YAML format
- Can save rooms
- Install
- Install python 3+, and git
- git clone https://github.com/team-c3250-noname/Dork.git
- pip install requirements-dev.txt and pip install requirements.txt
- Run
- python -m dork
- runs start menu
- -h [--help] provide helpful message
- -v [--version] outputs the version
- -l [--list] outputs available mazes
- Playing the game
- Start menu
- quit - quits the game
- load - loads room and item data
- help - provides basic instructions
- Select play
- Follow the interactive prompt instructions, use "help"
- Some indicate what keywords to use
- Most follow structure
- when done type in quit
- Follow the interactive prompt instructions, use "help"
- Start menu
- python -m dork
- Developers
- Currently the game consists of a single map with rooms, there are no development tools or tests.
- Map rooms onto maze generator
- Save map with rooms
Please see the credits provided in the repo or Documentation.