Skip to content

🎮⚾🌠▶️Web-based JavaScript implementation of the popular game - Breakout / Arkanoid.

License

Notifications You must be signed in to change notification settings

mirokrastanov/breakoutJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Breakout (Arkanoid) JS

🎮⚾🌠▶️Web-based JavaScript implementation of the popular game - Breakout / Arkanoid.

game-image

Live Demo

run-button

The Demo is also available in my app library

Description

  • The game Breakout also known as Arkanoid is a block breaker arcade game. Controlling a small pad, the player is tasked with clearing a formation of blocks by deflecting a ball towards it without letting the ball leave the bottom edge of the playfield.
  • The implementation of the game has bricks with 2 lives.
  • In order to break each brick you need to hit it twice.
  • Its color changes from blue to green when it's damaged and has only 1 life left.
  • Once all the bricks get destroyed you win the game.
  • If you let the ball touch the bottom of the board you lose.

How to play

  • To move the pad use your mouse by moving it Left & Right.
  • Slide left to move the pad to the left.
  • Slide right to move the pad to the right.
  • Only horizonal movement is allowed.
  • Movement is tracked only inside the game board. Any movement outside of it would not be tracked.

Game Screenshots

image

image

image

image


Live Demo

run-button

About

🎮⚾🌠▶️Web-based JavaScript implementation of the popular game - Breakout / Arkanoid.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages