Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 871 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 871 Bytes

🕹️ Arkanoid Game

Description

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.

Features

  • 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.

Tech Stack

  • JavaScript: For game logic and interactivity.
  • HTML5: For the structure of the game.
  • CSS: For styling the game.