1
Fork 0
mirror of https://github.com/Steffo99/looping-for-loops.git synced 2024-11-21 15:44:24 +00:00
A fruit-lööping platformer https://steffo.itch.io/looping-for-loops
Find a file
2022-11-20 04:12:37 +01:00
Fonts 💥 idk, something with a main menu 2020-10-04 20:26:45 +02:00
Music 🎶 Add music 2020-10-05 23:17:15 +02:00
Objects Two more 2022-11-20 04:12:37 +01:00
Resources Update RYG logo to 6 2022-11-20 04:05:38 +01:00
Sounds Add missing import files 2022-11-20 03:17:40 +01:00
Sprites Some leftovers 2020-10-06 02:03:50 +02:00
Tilesets 💥 Commit everything, as I forgot again 2020-10-04 15:53:24 +02:00
.gitattributes 💾 Track sound files with git lfs 2020-10-04 00:41:53 +02:00
.gitignore ✏️ Don't commit builds 2020-10-03 19:34:12 +02:00
LICENSE Initial commit 2020-09-28 19:22:32 +02:00
project.godot Update project inputs due to new Godot version 2022-11-20 03:31:01 +01:00
README.md Update README.md 2020-12-03 09:16:07 +01:00

Looping for Lööps

A fruity looping platformer

Ludum Dare 47: Jam Entry

About

Loopy the cat wandered to a fruity loops factory, and there he ate so much that he got stuck in a giant fruit loop!

Now he wants to go back home, but the exit is on a looping conveyor belt with buttons, pistons, lasers, and buzzsaws!
(Why are there death traps in a factory?)

Complete platforming challenges to collect loops, and get to the exit with the most loops possible!

Controls

  • A / - Move left
  • D / - Move right
  • W / - Jump
  • Hold W / Hold ↑ - Jump higher!
  • LMB (Left Mouse Button) - Activate buttons to trigger something

Developer Cheats

Don't use these, the game WILL break!

  • F6 - Slow down the conveyor belt
  • F7 - Speed up the conveyor belt

Screenshots

License info

Godot Engine

MIT License

Music

"RetroFuture Clean", "Robobozo"
Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
http://creativecommons.org/licenses/by/3.0/

Inspired by

Changelog

Bugfix 1

  • Fix RNG not working on HTML5 (Firefox)
  • Remove one block to stop players from getting stuck
  • Fix button not toggling itself correctly