/3005a3

Primary LanguagePython

3005 | Assignment 3

Student Number 101232075

Name: Nathan Coulas

This repository includes my submission for Assignment 3.

Demonstration of the code can be found at the following link: https://youtu.be/ju58uwa84wA

Setup

This was built using Python 3.12.2. Use any other version at your discretion.

Assuming you have python3 installed you can install the requirements by using the following commands.

git clone [this repo]
cd [this repo]
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Running the code

To run the code, you can use the following command:

python3 main.py