📦 Game 🔨 Svelte 🙎♂️ by Madza
Breakout is an arcade game developed and published by Atari, Inc.
In Breakout, the goal is to destroy all the bricks at the top. A ball bounces off the top and two sides of the screen. When a brick is hit, the ball bounces back and the brick is destroyed.
The player loses a turn when the ball touches the bottom of the screen; to prevent this from happening, the player has a horizontally movable paddle to bounce the ball upward, keeping it in play.
The project is created using Svelte.
The project is under MIT license.
Any feature requests are welcomed on GitHub repo.