A downloadable game for Windows and Linux

Strangle the robots to kill them ! Circle around, block the chain and PULL ! A small game for the GMTK 2025 game jam, with the theme "LOOP".

Controls

Play with a keyboard ⌨ or a gamepad 🎮. Controls are shown in game in the options menu and are as follow:

  • move around with the left stick (arrows on ⌨)
  • block your chain with L (q on qwerty ⌨)
  • pull/throw the chain with R (w on qwerty ⌨)
  • dash with A (space on ⌨)
  • teleport with X (tab on ⌨)
Credits
  •  Made with Godot 4.4.1 
  • Plugin EzFSM by iiMidknightii
  • Art from Tech Dungeon Roguelite by Trevor Pupkin
  • Aseprite by David Capello
  • Plugin godot-aseprite-wizard by Vinicius Gerevini
  • Sounds and music by freesound_community on Pixabay
  • Title music by IdoBerg on Pixabay
  • Splats motifs by Kenney

Download

Download
linux x86_64.zip 26 MB
Download
windows.zip 32 MB

Install instructions

Unzip the file and launch the loop.exe for windows, or loop.x86_64 for linux.

Comments

Log in with itch.io to leave a comment.

Pretty interesting game! Took a bit to figure out some of the mechanics, but gonna boot this up again later to try ang get better at it. Seems like a game you can get quite good at. 👀

This was really unique and interesting! Killing enemies was a bit unclear at first, but once you understand it gets really fun!

Yes, sorry I did not find time enough to figure out how to explain properly the mechanic, so I just slapped a first level with 2 crates and no enemy to just let people try stuff and figure out what works. ^^”

Ah, I see. But I still really love the mechanics of the main chain mechanic. How it fluidly moves around gave me the motivation to figure out how it all works.

(1 edit)

Technically its 30 small AnimatedBody2D pieces, a bit of Verlet integration, and an orange line drawn to join them. :)