fresh engine is a platformer engine build on top of cocos2dx
-
Clone the repo from GitHub.
$ git clone https://github.com/funkyzooink/fresh-engine.git -
Get cocos2dx submodule
$ cd fresh-engine fresh-engine $ git submodule update --init -
Setup cocos2dx , for more details check their github
fresh-engine $ cd cocos2d fresh-engine/cocos2d $ python2 download-deps.py fresh-engine/cocos2d $ git submodule update --init -
clone a demo project in the same source folder
project\fresh engine
project\little-ninja
project\the-dragon-kid
-
create project files
fresh-engine $ python2 build.py -n ../the-dragon-kid/
6a. compile using commandline
fresh-engine $ python2 build.py -p android
6b. or open project files in android / xcode
Fresh Engine is licensed under the MIT License. We welcome participation!