Breakout game made in Raylib with C++ and the object-oriented paradigm (OOP).
- Double click on the main.code-workspace file. This will open the template in VS Code.
- From the Explorer Window of VS Code navigate to the src folder and double click on the main.cpp file.
- Press F5 on the keyboard to compile and run the program.
If you going to do changes in the code. Change to branch 'develop':
git branch develop
- Create GameManager class
- Create Brick class
- Fix bugs in main file