Retrobooster Demo Version downloads

Retrobooster is still in development. This playable demo will be updated and improved as the full game nears completion. These downloads are mirrored on Indie DB, GamersHell, and AtomicGamer (their servers are way faster than mine).

Windows

installer

retrobooster-demo-0.6.5-1_installer.exe (106 MB)
Download from Indie DB or GamersHell or AtomicGamer or Really Slick

Run the installer.
Then go to Start->All Programs->Retrobooster Demo->Retrobooster Demo

zip

retrobooster-demo-0.6.5-1.zip (105 MB)
Download from Indie DB or GamersHell or AtomicGamer or Really Slick

Unpack the zip file.
Navigate into the retrobooster-demo directory and double-click RUN.bat.

Linux

These packages contain a 32-bit game that will work on 32-bit or 64-bit versions of Linux. The game may fail or behave poorly on 64-bit Linux if you have not yet installed 32-bit compatibility packages for your video and audio backends.

rpm

retrobooster-demo-0.6.5-1.i686.rpm (106 MB)
Download from Indie DB or GamersHell or AtomicGamer or Really Slick

> yum install --nogpgcheck retrobooster-demo-0.6.5-1.i686.rpm
> retrobooster-demo
Or go to Applications->Games->Retrobooster Demo

deb

retrobooster-demo_0.6.5-1_i386.deb (106 MB)
Download from Indie DB or GamersHell or AtomicGamer or Really Slick

> dpkg -i retrobooster-demo_0.6.5-1_i386.deb
> apt-get -f install
> retrobooster-demo
Or go to Applications->Games->Retrobooster Demo

tar.gz

retrobooster-demo-0.6.5-1.tar.gz (106 MB)
Download from Indie DB or GamersHell or AtomicGamer or Really Slick

> tar xzvf retrobooster-demo-0.6.5-1.tar.gz
> ./retrobooster-demo/RUN

This tarball is intended for Linux user who have no luck with the rpm or deb packages. The tarball version will only work if you have the correct dependencies installed. Depending on your Linux distro, you will need to install the 32-bit versions of these packages:

  • Ubuntu: libc6 libstdc++6 libgcc1 zlib1g libgl1-mesa-glx libglu1-mesa libfreetype6 libpng12-0 libsdl1.2debian libsdl-mixer1.2 libogg0 libvorbisenc2
  • Fedora: glibc libstdc++ libgcc zlib mesa-libGL mesa-libGLU mesa-dri-drivers freetype libpng libpng-compat SDL SDL_mixer libogg libvorbis alsa-plugins-pulseaudio
  • Other distros may have different package names.