An open API service indexing awesome lists of open source software.

https://github.com/devferx/arkanoid-js

This is a classic Arkanoid game implemented using vanilla JavaScript and HTML5 Canvas. Arkanoid is a breakout-style game where the player controls a paddle to bounce a ball and break bricks.
https://github.com/devferx/arkanoid-js

canvas canvas-game javascript

Last synced: 10 months ago
JSON representation

This is a classic Arkanoid game implemented using vanilla JavaScript and HTML5 Canvas. Arkanoid is a breakout-style game where the player controls a paddle to bounce a ball and break bricks.

Awesome Lists containing this project

README

          

# Arkanoid Game
This is a classic Arkanoid game implemented using vanilla JavaScript and HTML5 Canvas. Arkanoid is a breakout-style game where the player controls a paddle to bounce a ball and break bricks.

### How to Play
- Use the left and right arrow keys
- Hit the ball with the paddle to break the bricks.
- Break all the bricks
- Avoid letting the ball fall below the paddle.

295shots-so