Liquid Runner
About
Swim to escape by manipulating the liquids around you!
- Arrows: move
- Space: activate pipes
- Ctrl-r: restart
- Ctrl-m: toggle music
- Ctrl-f: toggle fullscreen
The portable .love file requires having the LOVE 2D game engine installed, version 0.9.x or 0.10.x.
The level editor can be accessed with f2.
- Ctrl-arrows: move item
- Alt-arrows: resize item
- P: create platform
- L: create ladder
- T: create tank
- I: create pipe
- [ and ]: adjust liquid level of a tank
- - and =: go backward and forward a level
- Ctrl-z: undo
- Ctrl-v: revert to last save
Note that pipes must be connected to two tanks to function.
You can package up levels you've created to share with others! The location they are saved to varies by platform:
- Windows: C:\Users\user\AppData\Roaming\LOVE\liquid-runner\levels or %appdata%\LOVE\liquid-runner\levels
- Linux: $XDG_DATA_HOME/love/liquid-runner/levels or ~/.local/share/love/liquid-runner/levels
- Mac: /Users/user/Library/Application Support/LOVE/liquid-runner/levels
Source code for the game is available under the GPLv3 license.