AzHex
A downloadable game for Windows
Once part of a band of explorers searching the jungle ruins for treasure, you've fallen foul of the miasma you inadvertently released. You no longer have use of your legs! However, armed with your trusty grapple gun, and hopefully with the blessings of the gods, perhaps you can find a way to escape, despite being so low to the ground.
Unfortunately, the HTML version of the game doesn't like vertex buffers (I was clearly trying to be too clever!), so you'll need to download the game (for now!).
Second ever game jam, and yet again rather overscoped. This time, due to my core mechanic taking a lot longer than expected - I focused on what I thought would be the hard parts, but they turned out to be easier than the core. However, the challenge is complete, and I have a game which I could easily build from to a full version. I'm pleased with the post-room progression/reward system, but feel like the in-room stuff needs more work.
Critical error fixed 18/03/24
Status | Released |
Platforms | Windows |
Author | Lounge256 |
Tags | Seven Day Roguelike Challenge |
Download
Install instructions
Download and run the executable - no further resources necessary
Comments
Log in with itch.io to leave a comment.
Game Here:
I kept getting the following error on the screen with the idol.
ERROR in
action number 1
of Step Event0
for object obj_gameticker:
trying to index a variable which is not an array
at gml_Script_startdrag
############################################################################################
gml_Script_startdrag (line -1)
gml_Script_checkcontrols
gml_Script_tick
gml_Object_obj_gameticker_Step_0