A classic breakout/brick breaker game implementation in C++.
-
include/ - Public headers
eventbus.h- Event system for game communication
-
src/ - Source files
main.cpp- Entry pointgame.cpp/h- Game logic and state managementlevel.cpp/h- Level managementplayer.cpp/h- Player/paddle logicball.cpp/h- Ball physics and behaviorconstants.h- Game constants and configurationevents.h- Event definitions