mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-21 15:44:24 +00:00
Update README.md
This commit is contained in:
parent
e2eab6ab21
commit
08f2649636
1 changed files with 61 additions and 0 deletions
61
README.md
61
README.md
|
@ -1,5 +1,7 @@
|
|||
# Looping for Lööps
|
||||
|
||||
_A fruity looping platformer_
|
||||
|
||||
## Ludum Dare 47: Jam Entry
|
||||
|
||||
[![](https://img.shields.io/badge/overall-3.4-yellowgreen)
|
||||
|
@ -9,3 +11,62 @@
|
|||
![](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
|
||||
|
|
Loading…
Reference in a new issue