I have tried to recreate one of my fav childhood game using HTML, CSS ,and JavaScript. Hope you'll enjoy playing it , if yes then give it a star This is a basic BreakOut Brick 2D Game.
- This is a simple 2-d block breaker game, anyone can easily play by moving paddle using keyboard keys or by moving mouse.
- Solution URL: https://github.com/archi-jain/Block-breaker-game
- Live Site URL: https://2d-block-breaker-game.netlify.app/
- Semantic HTML5 markup
- CSS custom properties
- JavaScript
From this project i got the knowledge about 'How to use < canvas > in HTML' and some Javascript functions like .addEventListner(), mouserollover etc