Owliver, space tower janitor
(edited for repackaging)
Here it is… Description comes later. I’m already late because I couldn’t upload the stupid file.
All in one Windows binaries:
Get it here. Unzip. To run, drag owliver.love on love.exe
Game and engine separated (required for Linux users):
Get the game file (OS-neutral) here: http://noe.falzon.free.fr/static/owliver.love
And get the Löve engine:
- Windows users: installer is here. When it’s installed, double click on owliver.love to run the game.
- Linux (Ubuntu/Debian): a .deb is here. When installed, run “love owliver.love” in a terminal.
- Linux (other distros): sources are here. Compile, then run “love owliver.love” in a terminal.
Post deadline update:
I have been told that the game was too difficult to play some levels. I checked, and yes, a bug due to last minute savage editing made the lightnings very difficult to repair. Here is a post deadline version with this bug corrected, plus cosmetic details (level names, global offset for “correct” transition between levels).
I post it so you can enjoy the game anyway, and reach the last level, which was quasi unreachable in the other version.
You can get the Windows all in one binaries, or the Löve game file. Installation/running is the same as above, where stuff is named “owliver-postLD” instead of “owliver”.
Tags: final, screenshot

August 10th, 2008 at 9:01 pm
Awesome game! I got to the fourth level or so. Man I wish I had extra lives… and a counter that shows when the next repair is going to whither away.
BTW - I’m on Ubuntu, and to install love I downloaded source package, and one at a time installed a bunch of libraries, then love would build with “make”.
to install love dependencies on Ubuntu 8.04:
sudo apt-get install liblua5.1 lua5.1 libdevil-dev libphysfs-dev libboost-dev
August 11th, 2008 at 7:48 am
Hi. Thanks a lot for your comments!
On ubuntu, you can install Löve with a .deb, found on Löve’s download page. It’s a lot easier, and gets the dependecies automagically :°)