Skip to content

Version 1.0.0

Choose a tag to compare

@bplaat bplaat released this 23 Jun 12:00
· 6 commits to master since this release

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