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
- Host: GitHub
- URL: https://github.com/payload/parallax-adventure
- Owner: payload
- Created: 2012-05-01T11:41:50.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-12T17:20:03.000Z (about 13 years ago)
- Last Synced: 2025-02-10T09:11:51.964Z (4 months ago)
- Language: Lua
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```