https://github.com/m-peko/crazyflappybird
CrazyFlappyBird is a simple 2D game made with Cocos2d-x framework.
https://github.com/m-peko/crazyflappybird
2d-game c-plus-plus cocos2d-x flappy-bird flappybird
Last synced: 7 months ago
JSON representation
CrazyFlappyBird is a simple 2D game made with Cocos2d-x framework.
- Host: GitHub
- URL: https://github.com/m-peko/crazyflappybird
- Owner: m-peko
- License: mit
- Created: 2017-12-03T10:27:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T06:43:18.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T22:30:56.918Z (9 months ago)
- Topics: 2d-game, c-plus-plus, cocos2d-x, flappy-bird, flappybird
- Language: C++
- Size: 11.5 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
CrazyFlappyBird
A simple 2D game made with Cocos2d-x framework
![]()
Game is developed for Windows but, since Cocos2d-x is a cross-platform framework, C++ classes used in this project can also be used for Android and iOS deployment.
So far, game consists of only 4 scenes:
- Splash scene
- Main Menu scene
- Game scene
- Game Over scene## Features:
- each two pipes, i.e. obstacles, passed level increases
- each pipe passed, score increases by 100 points
- each dollar collected, score increases by 200 points## How to start?
- download latest Cocos2d-x version and extract it to a certain location
- enter that location and `run setup.py` from terminal
- run this command `cocos new CrazyFlappyBird -l cpp -d projects`
- replace Classes and Resources directories with same directories from this repo
- happy coding :)
## Feel free to contribute!!!Demo
![]()
## Support
If you like the work `CrazyFlappyBird` is doing, please consider supporting it: