Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 353 Bytes

File metadata and controls

11 lines (8 loc) · 353 Bytes

C++ Arcade System: Brick Breaker Game 🕹️

A modular, object-oriented arcade framework built in C++, featuring a fully playable brick breaker game.

Features

  • Collision detection and game physics
  • Modular class-based design for scalability
  • Simple and clean CLI-based interface

Tech Stack

  • C++ with custom game loop and rendering logic