Skip to content

anupamdas43345/fresh-engine

 
 

Repository files navigation

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!

About

Platform game engine build with cocos2dx

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.0%
  • JavaScript 2.8%
  • Objective-C++ 2.7%
  • Python 2.2%
  • CMake 1.9%
  • CSS 1.7%
  • Other 2.7%