Skip to content

michael-lazar/gopher-z

Repository files navigation

                                   />_________G_O_P_H_E_R_-_Z___________
                          [########[]___________________________________>
                                   \> Classic Text-Based Adventure Games

gopher://mozz.us:7006


This repository contains the complete source code for Gopher-Z. The codebase has been made open source as a demonstration of how to build an application with Flask-Gopher. Feel free to use the issue tracker if you encounter a bug or a broken link. The code is not well documented, but if you poke around you might find something interesting!

Quickstart

# Install dfrotz
git clone https://gitlab.com/DavidGriffith/frotz.git
cd frotz

make dumb
make install_dfrotz

# Install gopher-z
git clone https://github.com/michael-lazar/gopher-z
cd gopher-z

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# Run the server
python run_server.py

About

Classic Text-Based Adventure Games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages