Dependencies: To download all dependencies automatically, run
-
chmod +x download_prereq.sh -
./download_prereq.sh -
PIL
pip3 install pillow
-
TKinter
pip3 install tk
-
Pytorch (try 'torch' instead of 'pytorch' if it doesn't work)
pip3 install torch torchvision-Playsoundpip3 install playsound==1.2.2-Pygamepip3 install pygame-Matplotlibpip3 install matplotlibTo run, type "python3 main.py" in the terminal. To display game statistics, type "python3 data_collection\stats.py" in the terminal.