funkyzooink / fresh-engine

Platform game engine build with cocos2dx
MIT License
4 stars 5 forks source link
cocos2d-x game-engine platformer

funky fresh engine

Build Status

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

How to

  1. Clone the repo from GitHub.

    $ git clone https://github.com/funkyzooink/fresh-engine.git
  2. Get cocos2dx submodule

    $ cd fresh-engine
    fresh-engine $ git submodule update --init
  3. 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
  4. 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
  1. open project files
    • android studio: proj.android
    • xcode: build-mac / build-ios
    • linux: build-linux

Contributing to the Project

Fresh Engine is licensed under the MIT License. We welcome participation!