Arkanoid Game is a classic arcade game where you control a paddle to bounce a ball and break bricks. This project is implemented purely using JavaScript, HTML5, and CSS, without any external libraries or frameworks. The main goal of this project was to practice Object-Oriented Programming (OOP) principles in JavaScript.
- Classic Gameplay: Control a paddle, bounce the ball, and break all the bricks to win.
- Pure JavaScript: Developed without any external libraries or frameworks, using only vanilla JavaScript, HTML5, and CSS.
- OOP Practice: The game is written in an Object-Oriented Programming (OOP) paradigm to demonstrate and practice OOP concepts.
- JavaScript: For game logic and interactivity.
- HTML5: For the structure of the game.
- CSS: For styling the game.