Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.41 KB

File metadata and controls

33 lines (23 loc) · 1.41 KB

Brick Breaker

Author: Adit Kapoor


Intro

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.

External Libraries

I will be using CinderBlocks as well as an SQL library to make the leader-board.


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.