Make your own Flappy Bird game - (update source to cocos2d-x 3.5) (full code tutorial)

  • 6 лет назад
in this tutorial:\r
- Move Land loop left with component MoveLoop()\r
- A bird fly up or fall down by tap on screen with component Flyling()\r
- A Layer move left with component MoveLeft() - which contains pipes\r
- Adding pipes into Layer_move_left with component AddPipes()\r
- Pipes add the bird more point (pass) or kill the bird (hit) with component Collision();\r
\r
Update source code with cocos2d-x 3.5\r
\r
\r
..\r
\r
try my new game :-)\r
\r
\r
\r
\r
\r