An open API service indexing awesome lists of open source software.

https://github.com/payload/parallax-adventure

this is an investigation into a world build from parallax scrolling layers
https://github.com/payload/parallax-adventure

Last synced: 2 months ago
JSON representation

this is an investigation into a world build from parallax scrolling layers

Awesome Lists containing this project

README

        

parallax-adventure
==================

All you need is [love](https://love2d.org) :) version 0.8 or a compatible version.

Well you also need [luarocks](http://luarocks.org/) and install with luarocks also [penlight](http://stevedonovan.github.com/Penlight).

Maybe following shell commands in a [Ubuntu](http://www.ubuntu.com/) will help you:

```sh
sudo -s
add-apt-repository ppa:bartbes/love-stable
apt-get update
apt-get install love luarocks
luarocks install penlight
exit
love .
```