Skip to content

dkbednarczyk/breakout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout

A classic breakout/brick breaker game implementation in C++.

Project Structure

  • include/ - Public headers

    • eventbus.h - Event system for game communication
  • src/ - Source files

    • main.cpp - Entry point
    • game.cpp/h - Game logic and state management
    • level.cpp/h - Level management
    • player.cpp/h - Player/paddle logic
    • ball.cpp/h - Ball physics and behavior
    • constants.h - Game constants and configuration
    • events.h - Event definitions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published