fresh engine is a platformer engine build on top of cocos2dx.
currently Android, iOS, Linux and MAC are supported
see here for some demo projects
-
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
-
create project files for one of the examples
fresh-engine\examples\
4friends
fresh-engine\examples\
little-ninja
fresh-engine\examples\
little-robot-adventure
fresh-engine\examples\
the-dragon-kid
fresh-engine $ python2 build.py -n examples/little-ninja/ --ios --android
- open project files
- android studio:
proj.android
- xcode:
build-mac
/build-ios
- linux:
build-linux
Fresh Engine is licensed under the MIT License. We welcome participation!