This is my first ever game jam submission!  

The game was made in just under 3 hours using Godot 4.0 for the Trijam #200 jam  

The (messy) source code is available on github

CONTROLS

WJump
ASDMove
SHIFTDash
LMB (hold)Hook
SPACE (hold)Slow down time

IMPORTANT

For the game to work properly please use a chromium-based browser, that is for example: Google Chrome, Microsoft Edge, Opera, Brave or Vivaldi

I made the mistake of creating the game on a beta version of the engine, so the HTML5 export is very limited

Comments

Log in with itch.io to leave a comment.

Getting the following error when trying to play using Firefox:

Error
The following features required to run Godot projects on the Web are missing:
Cross Origin Isolation - Check web server configuration (send correct headers)
SharedArrayBuffer - Check web server configuration (send correct headers)
(4 edits)

That's a problem I was trying to figure out, right now the HTML5 exports of the game seem to work only with chromium-based browsers and that is unfortunately the result of a not completely finished feature of the engine I've used (Godot 4.0 beta 8). Sorry, I will know better now