Skip to content

funkyzooink/fresh-engine

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!