Skip to content

PratikNayak-DEV/BreakOut-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Breakout Game

This is a simple implementation of the classic Breakout game using HTML5, CSS, and JavaScript.

Table of Contents

Introduction

Breakout is a classic arcade game where the player controls a paddle to bounce a ball and break bricks. The goal is to break all the bricks without letting the ball fall off the screen.

Features

  • Simple and intuitive controls
  • Responsive design
  • Score tracking
  • Brick collision detection
  • Paddle and ball movement

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/breakout-game.git
  2. Navigate to the project directory:

    cd breakout-game
  3. Open the index.html file in your web browser to start the game.

Usage

To play the game, simply open the index.html file in your web browser. Use the arrow keys to move the paddle left and right. The objective is to break all the bricks by bouncing the ball off the paddle.

Game Controls

  • Left Arrow Key: Move the paddle to the left
  • Right Arrow Key: Move the paddle to the right

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published