A "Parkour" game with Cocos2d-x 3.x.
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 |
We adopt the "Fork + Pull Requests" mode.
Fork this repo to your account.
git clone https://github.com/insaneyilin/TheOrdinaryRun.git
Then you can develop in your local repo.
git add xxx
git commit -m "put your explaination here"
git push
This command will push your local repo to the remote repo of your account.
If you want submit your codes, please send a request to pull your fork into the original repository.