mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 08:04:23 +00:00
72 lines
1.9 KiB
Markdown
72 lines
1.9 KiB
Markdown
# Looping for Lööps
|
|
|
|
_A fruity looping platformer_
|
|
|
|
## Ludum Dare 47: Jam Entry
|
|
|
|
[![](https://img.shields.io/badge/overall-3.4-yellowgreen)
|
|
![](https://img.shields.io/badge/fun-3.4-yellowgreen)
|
|
![](https://img.shields.io/badge/innovation-3.1-yellowgreen)
|
|
![](https://img.shields.io/badge/theme-3.1-yellowgreen)
|
|
![](https://img.shields.io/badge/graphics-3.5-yellowgreen)
|
|
![](https://img.shields.io/badge/humor-3.4-yellowgreen)
|
|
![](https://img.shields.io/badge/mood-3.3-yellowgreen)](https://ldjam.com/events/ludum-dare/47/$216472)
|
|
|
|
![](/Sprites/clock.png)
|
|
|
|
## 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!
|
|
|
|
![](/Sprites/saw.png)
|
|
|
|
## 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
|
|
|
|
![](/Resources/screenshot1.png)
|
|
|
|
![](/Resources/screenshot2.png)
|
|
|
|
## License info
|
|
|
|
### Godot Engine
|
|
|
|
[MIT License](https://github.com/godotengine/godot/blob/master/LICENSE.txt)
|
|
|
|
### 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
|
|
|
|
> ![](/Resources/loopsmeme.jpg)
|
|
|
|
## 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
|