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.
- Host: GitHub
- URL: https://github.com/devferx/arkanoid-js
- Owner: devferx
- Created: 2024-02-23T03:40:39.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T03:49:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T10:42:56.430Z (12 months ago)
- Topics: canvas, canvas-game, javascript
- Language: HTML
- Homepage: https://arkanoid-devferx.netlify.app/
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.