Author: Adit Kapoor
For my project I want to make Brick Breaker game.
My final goal is to be able to play a full game along with a leader-board.
The reason I chose the game 'Brick Breaker' is because it was one of my favorite games growing up, and I wanted to try and create the game based on the current coding skills that I have.
I will be using CinderBlocks as well as an SQL library to make the leader-board.
- The CinderBlocks I will be using are ciAnimatedGif and Cinder-SoundPlayer.
- I will be using SqliteModernCpp to communicate with the database
As of week 1, I would like to set up the library and figure out the CMake files. I want to be able to use the libraries and make sure they work.
By week 2, I would want to make a bare-bones working version of the full game (only the game aspect). If I have time, I will add all the textures to my game this week, otherwise I'll do that during the start of Week 3.
During the 3rd and final week, I want to implement the leader-board (extension) so that my game is fully functional and ready for presenting.