lovasoa / lovalova

Lovalova is a game in which you are a small square that has to avoid long rectangles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lovalova

Lovalova is a game in which you are a small square that has to avoid long rectangles.

Screenshot

lovalova screenshot

Installation instruction

Windows

Just download the version corresponding to your architecture (32 or 64 bits), uncompress the zip file (wherever you want) and launch lovalova.exe.

MacOS

Download lovalova-mac64.zip, uncompress the zip file in your Application folder and launch lovalova.app.

Linux

I didn't create linux packages yet. You can still install LÖVE manually and run the game:

sudo apt-get install love
wget http://lovasoa.github.io/lovalova/lovalova.love
love lovalova.love

Downloads

How to play

 Key     |      Action

------------ | --------------------- Arrows | Move your character p | Pause/Resume the game f | Switch to fullscreen mode escape | Escape fullscreen q | Quit

Requirements

This game is written in lua, using the game framework LÖVE.

Informations

This is only my second project in lua, and I did it in one evening. The code quality is not very high...

About

Lovalova is a game in which you are a small square that has to avoid long rectangles.

License:GNU General Public License v2.0


Languages

Language:Lua 100.0%