Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devferx/arkanoid-js
Arkanoid game
https://github.com/devferx/arkanoid-js
canvas canvas-game javascript
Last synced: 25 days ago
JSON representation
Arkanoid game
- Host: GitHub
- URL: https://github.com/devferx/arkanoid-js
- Owner: devferx
- Created: 2024-02-23T03:40:39.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-23T03:49:02.000Z (11 months ago)
- Last Synced: 2024-02-23T05:04:08.356Z (11 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.