/breakout-game

Break out game implemented in vanilla javascript

Primary LanguageJavaScript

Breakout-game

Break Out is a old school, classic arcade where there is a layer of bricks lines the top of the game screen and the goal is to destroy them all. This is my version of break out game.

Demo : https://binish784.github.io/breakout-game/

Project Details

This project is built with Javascript using ES6 Classes, HTML CANVAS for rendering the game screen. For the game engine, Fixed time Step Game Loop is implemented. Pre-set map set is available and is selected at random when each level is completed.

Technologies:

  • ES6 javascript
  • HTML CANVAS

Screenshot