Skip to content
#

brick-breaker

Here are 145 public repositories matching this topic...

In this tutorial we will make a simple break out game in windows form and visual studio. This game tutorial will be done step by step and I will show you how to make the game in two different ways. One way where we will put the picture boxes ourselves and the second way we will add the picture boxes to the windows form dynmically through the C# …

  • Updated Jan 3, 2021
  • C#

This was my AP Computer Science Principles Create Performance Task: a clone of the old Arcade Breakout. It's finalized at this point; it could use more work and levels, but I believe it to be quite polished as for what it was intended to be. I loved making it, and it was all from scratch code-wise, with the exception of a few flaws I had to fix …

  • Updated Aug 29, 2020
  • Java

Brick Breaker is a classic arcade-style game in which the player controls a paddle that moves horizontally across the bottom of the screen to bounce a ball upward and break a wall of bricks located at the top of the screen. Basic controls are “a” to move paddle left,"d" to move paddle right, "s" to start, "r" to reset and "q" to quit the game

  • Updated Apr 25, 2023
  • C++

Improve this page

Add a description, image, and links to the brick-breaker topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the brick-breaker topic, visit your repo's landing page and select "manage topics."

Learn more