Version 1.0.0
If you are using a Windows 64-bit OS you can just download the bassieracing-1.0.0-win64.zip file, unzip and launch the bassieracing.exe executable.
If you are using Linux you have to clone this repo and install the dependencies: pygame and tkinter after that you can run ./build.sh to just launch the game:
- Install python Windows dependencies:
pip install pygame - Install python Ubuntu/Debian Linux dependencies:
sudo apt install python3-pygame python3-tk