/Arkanoid-game-cocos2d-x

Implementation of the game "Arkanoid" in cocos2d-x 4.0 framework, c++ language

Primary LanguageC++MIT LicenseMIT

Arkanoid game

2D arkanoid game in neon theme. Crashing all blocks is your goal. There are indestructible blocks, they works like walls. Others blocks have a destroy rate. Bonus blocks in game field has question marke, it give a bonus when you destroy it. Catch it for activating the bonus. If you miss the ball, the game is over. Press space to make the ball start moving.

Getting Started

  1. Install cocos2d-x 4.0
  2. Go to proj.win32 directory
  3. Run
cmake .. -G "Visual Studio 16 2019" -AWin32

Gameplay

figure1 figure2