A Breakout-style game developed in React, using simple physics for movement and collision.
🔗 Play here: https://gabemed.github.io/Block-Breaker/
This project recreates the classic Breakout game, where the player controls a paddle to bounce the ball and break blocks. The game saves the player's progress between levels.
-
React
-
JavaScript
-
SVG
-
HTML & CSS
- Clone this repository:
git clone https://github.com/your-username/your-repository.git
- Enter the project folder:
cd project-name
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open in your browser:
http://localhost:3000
-
Paddle control via keyboard
-
Collision detection
-
Level transitions
-
Player progress saving
This project is licensed under the MIT License. Feel free to use and modify it!