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/
- Classic Breakout gameplay.
- Responsive design for various screen sizes.
- Score tracking.
- Smooth animations and controls.
To run the game locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pr2tik1/breakkkout.git cd breakkkout
-
Open the
index.html
file:- You can simply open the
index.html
file in your web browser to play the game locally.
- You can simply open the
- Arrow keys: Move the paddle left and right.
- Spacebar: Start/restart the game.
- Break all the bricks to advance to the next level.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Atari, Inc. for creating the original Breakout game.
- Wikipedia for the game information.