Skip to content

Releases: bplaat/bassieracing

Version 1.1.1

07 Jul 07:39
Compare
Choose a tag to compare

If you are using a Windows 64-bit OS you can just download the bassieracing-1.1.1-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

Version 1.1.0

24 Jun 10:17
Compare
Choose a tag to compare

If you are using a Windows 64-bit OS you can just download the bassieracing-1.1.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

Version 1.0.0

23 Jun 12:00
Compare
Choose a tag to compare

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