Supervisor: Ms. Martin
Couse: Data management (MDM4U-01)
Date: Friday, April 10th, 2020
Authors: Sean Kernitsman and Joshua Levine
The structure of the project consists of 4 important files:
game_combinatorics.py
- a utility file full of useful statistical functions.grid_world.py
: The object oriented programming behind the program.game.py
: The main game to run. See instructions below.simulator.py
: A simulator that reassures the mathematics from the report.
- Please make sure that
python<=3.7
andpip
are installed. - Download or clone this repository.
- Open a command line (<Win+R> and write
cmd.exe
) and writecd path_to_the_folder
. Press < Enter>. - Run
pip install -r requirements.txt
- Run
python game.py -h
for further instructions. For example:python game.py --x 5 --y 5 --l 2
orpython game.py --x 4 --y 3 --l 1
. - To execute and a live graph, you will need to open the
simulator.py
file and edit the constants as you wish.
- The background music is royalty free.
- If you are using multiple monitors and one of then is a vertical monitor, please make sure that it is not the main monitor.