Game
PropHunt

2 years ago

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



5 comments

Loading...

Next up

Lockdown is free for a while

Sale ends on Dec 16th

You can claim it here https://jangomango2001.itch.io/lockdown

Update on the hunter AI:

Some problems here & there but the overall AI is coming together pretty well

The problem shown in the clip has been fixed

Working on a gameplay modifier.

I need some suggestions

Edit: Changes & Editions

Lucky Tower Ultimate is a chaotic, comedy roguelite. Escape from an incredibly dangerous, randomly generated tower in a slapstick adventure that looks like a cartoon and feels like a joke. Slashy slashy! 

Wishlist the game now: https://bit.ly/LuckyTowerUltimate

Update 0.2.5

Added a Gameplay Modifier, Map changes and Fixed several Bugs

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

Wha.....????

Changing the prop mechanics to accomodate the size of the object by using temporary capsule.

Its a bit hard since not all objects are round, and that the character sometimes falls through the floor.

Edit: Found a solution

#LuckyTowerUltimate is OUT NOW on Steam and Nintendo Switch! It's your turn to become the Chosen One and rid the land of Evelius’s tower for good! https://store.steampowered.com/app/1700270/Lucky_Tower_Ultimate/

Update 0.2.7

Small Additions, Changes & Fixes