Skip to content

zznyjidi/escape-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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