I have made a Brick Breaker game - one of the all time Atari classics. As you clear all the bricks on a particular round, the game becomes slightly harder to challenge you gamers.
Read this document to understand the project layout.
- Cinder
- ciAnimatedGif (CinderBlock)
- Cinder-SoundPlayer (CinderBlock)
- SqliteModernCpp
- Gflags
- Download and install Cinder (you can find a tutorial here)
- Add all required code to the CMake files for both the SqliteModernCpp library as well as the Gflags library
- Download the CinderBlocks, place them into your ~/Cinder/Blocks folder and follow the cinderblock.xml file found in the downloaded code to set up the blocks for your own use
Key | Action |
---|---|
Left Arrow / A Key | Move the paddle left |
Right Arrow / D Key | Move the paddle right |
M Key | Mute/unmute the background music |
Return Key | Start the game |