This repository is a fully featured text-based adventure game based off the Zork anthology. Players will have the ability to play with the included Zork-I map or create and play their own maps if so desired. I am admittly an amateur Python programmer, and really only doing this as a hobby. Any help and/or suggestions are greatly appriciated!
Everything is written using python 3.7 in visual studio so far, I would recommend doing the same. Clone this repository and create your own branch then push your contributions to your branch and create a pull request. for more information on contributing you can vist the wiki page.
There is a website, pyzork.tk, for dowloading v1.2. This program is still in the Alpha stages, as I work to create full support for user created maps and clone the existing Zork-1 map to include with the program. You can also find a little pygame DVD screen saver for download on this wesite, not quite sure what the use for it is though.
- The python files on the main directory are v1.2 files, and are completely usless for v1.3.
- The PyZork folder contians all the new code for v1.3
- This project is setup like a python library and all the backend code is in a Library folder, with __main__.py being the frame for the game.
- __main__.py will act as a terminal for the library, passing the users inputs to it and retrieving the outputs from it.
- To find more information about Pyzork, vist the wiki page.