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
This project is a 2D Breakout-style game built in C++ with SFML, featuring Separating Axis Theorem (SAT) collision detection between entities. Beyond the classic gameplay, it includes mechanics such as multi-hit blocks, power-up/penalty drops (e.g., speed modifiers, paddle size adjustments), and block behaviors which increase challenge and add variety.