
Square One
Help Pii find the correct path to the treasure.
Made for the GMTK game jam 2025.
This is the first time I've made a game and published it, so if there is any feedback I would love to hear it.
Hope you have fun playing it.
Update:
Added support for windows, linux and updated html version as well.
Status | Released |
Platforms | HTML5, Windows, Linux |
Author | Supremestrawhat |
Genre | Platformer |
Made with | Godot |
Tags | Game Maker's Toolkit Jam |
Install instructions
For Windows:
1. Right-click the .zip and select "Extract All" to a folder.
2. Open the folder and double-click index.exe to play.
For Linux:
1. Extract the .zip to a folder (right-click > "Extract Here" or use unzip).
2. Right-click the executable (e.g., index.x86_64), go to Properties > Permissions, and check "Allow executing file as program," or run chmod +x index.x86_64 in the terminal.
3. Double-click the executable or run ./index.x86_64 in the terminal.
Comments
Log in with itch.io to leave a comment.
Make sure to zoom your browser to 175% to play properly. Press
Ctrl
++
orCmd
++
on Mac to zoom in.Update: fixed the issue in the latest update
I see the loop connection, need to play though the level to get it 👍
It semms as though the camera is offset from the player? At least I see only the left half of the character
I like the platforming, but I'm really not sure how this fits the theme. Also this might be a problem on my end, but I cannot see whats infront of me...
Thanks for the feedback! Could you send a screenshot of what you're seeing? That'll help me understand what might've gone wrong.
this is what it looked like
The issue might be because I exported the game with Canvas Resize Policy, set to project, and not adaptive. I went with that setting since I didn’t have time to finish painting in the background areas. I should’ve added better support for other platforms too. Definitely something I’ll improve going forward.