itch.io is community of indie game creators and players

Devlogs

Linux Release

PropHunt
A downloadable game for Windows and Linux

PropHunt now available for Linux. YAY! ヽ〳 ՞ ᗜ ՞ 〵ง 

Major thanks to UberPolice for Requesting & Testing.

It was way easier than I expected, but there were still some issues.

  1. The toolchain that you need for cross compiling would fail to download numerous times.
  2. Everything in the project that was named "windows" had to be renamed to something else.
  3. It would not allow Pragma Once in my Character's C++ file. Not a problem when compiling for windows.

    My workaround for this was just to add

    #if PLATFORM_WINDOWS 
    #pragma once 
    #endif 		 	


Tux model by Andy Cuccaro

Files

  • Prophunt Linux.zip 562 MB
    38 days ago
Download PropHunt
Leave a comment