Skip to content

GabeMed/block-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Block Breaker Game

A Breakout-style game developed in React, using simple physics for movement and collision.

🚀 Demo

🔗 Play here: https://gabemed.github.io/Block-Breaker/

📜 About the Project

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.

🛠️ Technologies Used

  • React

  • JavaScript

  • SVG

  • HTML & CSS

📥 How to Run Locally

  1. Clone this repository:
git clone https://github.com/your-username/your-repository.git 
  1. Enter the project folder:
cd project-name
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open in your browser:
http://localhost:3000

🛠️ Features

  • Paddle control via keyboard

  • Collision detection

  • Level transitions

  • Player progress saving

📄 License

This project is licensed under the MIT License. Feel free to use and modify it!

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors