Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.62 KB

Breakkkout

Breakout is an arcade video game developed and published by Atari, Inc. and released on May 13, 1976. Know more here. Play this live arcade game and re-live your memories!

Live at: https://pr2tik1.github.io/breakkkout/

Features

  • Classic Breakout gameplay.
  • Responsive design for various screen sizes.
  • Score tracking.
  • Smooth animations and controls.

Installation

To run the game locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/pr2tik1/breakkkout.git
    cd breakkkout
  2. Open the index.html file:

    • You can simply open the index.html file in your web browser to play the game locally.

Usage

  • Arrow keys: Move the paddle left and right.
  • Spacebar: Start/restart the game.
  • Break all the bricks to advance to the next level.

Contributing

Contributions are welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Open a pull request.

License

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

Acknowledgements