Skip to content

kenave/Brick-Breaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brick Breaker

General Info and Demo

This is a simple Brick Breaker clone written in object-oriented, vanilla JavaScript. It has a small twist whereby the ball cannot hit any of the four walls. In order to facilitate this, the player controls four paddles at once, one in front of each wall. Parallel paddles are linked, so the player controls the top and bottom paddles at the same time with the left and right arrow keys. Conversely, the left and right paddles are controlled with the up and down arrow keys. This provides an interesting and challenging twist on the original Brick Breaker concept.

Here is a video demo of the game being played.

Technologies and Libraries Used

  • HTML & CSS - Front End Layout and Styling
  • JavaScript - Game logic
  • Ruby on Rails 6.0.1 - High Score tracking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.9%
  • JavaScript 32.6%
  • HTML 5.8%
  • CSS 0.7%