You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brick Breaker is a C++ arcade game using GDI graphics, featuring real-time collision detection, file-based saving, and high scores. Built with core algorithms and data structures like arrays and structs, it demonstrates practical OOP and game loop logic in a Windows environment.