Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.14 KB

File metadata and controls

43 lines (23 loc) · 1.14 KB

funky fresh engine

fresh engine is a platformer engine build on top of cocos2dx

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. clone a demo project in the same source folder

project\fresh engine

project\little-ninja

project\the-dragon-kid

  1. 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

Contributing to the Project

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