Table of Contents
We had to make a game based on the classic Brick-Breaker. The objective is to break the bricks using the ball and we have to use a moving paddle to save the ball from falling down. In this we had to take care of UI/UX, game kinematics and other functions that would ultimately provide the player ultimate experience.
- Live Game Site URL: Click Here to play the game
linkedinbbx.mp4
- Semantic HTML5 markup
- CSS custom properties
- Javascript
- HTML5 Canvas
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request