The developer has not uploaded a game yet...

You are in a maze of twisty passages, all alike.

sparewizard.net:5000

Multi-User Dungeon prototype for a maze where different character classes have different navigational abilities, and everyone has a finite amount of steps before they perish. The maze is procedurally generated when the server starts.

This game is probably best played as a small group of people working together and using their abilities to find the end of the maze.

Currently, some of the class abilities aren't implemented. The game is also missing a few key features.


To run the server, you will need Linux with git, python3, and pip installed. Then run the following commands:

git clone https://github.com/volnrok/mire.git
cd mire
pip3 install virtualenv --user
python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./go

Then you can connect to the server on port 5000.


Source Code

https://github.com/volnrok/mire

Languages

Python and Flask server, Javascript client, Web sockets