Skip to content

Breakout game made in Raylib with C++ and the object-oriented paradigm (OOP)

Notifications You must be signed in to change notification settings

paelsam/BreakoutGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout Game

Breakout game made in Raylib with C++ and the object-oriented paradigm (OOP).

Setup project

  1. Double click on the main.code-workspace file. This will open the template in VS Code.
  2. From the Explorer Window of VS Code navigate to the src folder and double click on the main.cpp file.
  3. 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

Setup video tutorial here

To-Do List

  1. Create GameManager class
  2. Create Brick class
  3. Fix bugs in main file

About

Breakout game made in Raylib with C++ and the object-oriented paradigm (OOP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published