Find here some example of use and demos for Jumper made with differents Lua-based game engines and frameworks. Each of the following framework will have their relevant demos in a dedicated branch of this repository.
- Love2d - Go to Love2D Branch
- [Corona] (http://www.coronalabs.com) - Go to Corona Branch
- [Gideros] (http://www.giderosmobile.com) - Go to Gideros branch
##Copy You can retrieve all files from this repository with one of the following bash scripts:
git clone git://github.com/Yonaba/Jumper-Examples
cd Jumper-Examples
git checkout branchName
Or :
git clone -b branchName git://github.com/Yonaba/Jumper-Examples
Notes: Make sure to replace branchName in the scripts above with the name of the branch you want to retrie files from.
##Contribute
Contributing with your own examples of use for Jumper will be very appreciated.
Just fork the repository, add your changes and send a pull request.
##License##
This work is under MIT-LICENSE
Copyright (c) 2012 Roland Yonaba
.