Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 402 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 402 Bytes

Escape Room

G10 Computer Science Final Project

Requirements

  1. Python 3+ (Tested on 3.12.3)

  2. Required Libraries, install with

    cd <PROGRAM_LOCATION>
    pip install -r requirements.txt

Run

To run the program, run the run.py Python File.

cd <PROGRAM_LOCATION>

On Windows

python run.py

On Mac/Linux

python3 run.py