Skip to content

insaneyilin/TheOrdinaryRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheOrdinaryRun

A "Parkour" game with Cocos2d-x 3.x.

Project Overview

This project aims to develop a simple 2D "Parkour" game with Cocos2d-x 3.x in C++.

  • Game Engine: Cocos2d-x 3.4
  • Platform: Win32, Android
  • The number of player: Single
  • Project Milestone Dates:
Milestone Date
Kick Off 2015/03/30
Prototype 2015/04/09
Alpha 2015/04/19
Beta-1 2015/04/22
Beta-1 2015/04/25
Master 2015/04/28

How To Contribute

We adopt the "Fork + Pull Requests" mode.

1. Fork this repo

Fork this repo to your account.

2. Develop in your local repo

clone

git clone https://github.com/insaneyilin/TheOrdinaryRun.git

Then you can develop in your local repo.

commit

git add xxx
git commit -m "put your explaination here"

push

git push

This command will push your local repo to the remote repo of your account.

3. Submit a pull request

If you want submit your codes, please send a request to pull your fork into the original repository.


Wiki

see https://github.com/insaneyilin/TheOrdinaryRun/wiki

About

A "Parkour" game with Cocos2d-x 3.x.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published