Flappy bird clone

I created a Flappybird clone with cocos2dx.
It might be useful for other to poke and read. Here is the source: FlappyBird. Its not fully commented but I tried to put comment wherever I thought it may be useful.

6 Likes

Thanks for sharing us the source code :slight_smile:
It was useful for me because I wanted to know about other people’s coding style.

I am happy to see if you find it useful.
Apart from coding style there are numerous way to achieve same thing, this would helpful from that point of view also. This sample use physics and it would be good staring point to get familiar with it too.

2 Likes