Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.
/ mudPy Public archive
Notifications You must be signed in to change notification settings

Hoi15A/mudPy

Repository files navigation

MUDPY WEBAPPLICATION

Installation/Deployment

Prerequisites

Setup

  1. Clone the repository
  2. Adjust nginx port in docker-compose.yml file (defaults is 80)
  3. Run with docker-compose up -d. This will build the mudpy image and then run it alongside all other required containers.

Usage

4eccb72e5b90b5097fd86fd755eb236a
The app frontend is divided into 4 parts.

Components

Codeeditor

4eccb72e5b90b5097fd86fd755eb23dads6a
Your code to solve puzzles goes here.
The clear button can be used to clear the editor content and the submit button to submit code for evaluation.

Terminal

e5c61f3855de137b1d12404caa98f32e
The Terminal is the core of the application and we navigate the game with help of it.

Commands

4a153ce949b89b64f2babdf2858661f8
When we type help in terminal we can get the overview of available commands.

Map

6f4224f0d879102d9635d8dfacffd55f
On the map we can see where we are currently, which rooms are where and which we completed, keys located in rooms and locked rooms.

Information

8d07630cb15302e930cc4a3d1adc31fa
Here we can see our score, how many characters are in our room and our current task.