michael-lazar / gopher-z

Classic Text-Based Adventure Games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                                   />_________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

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%