Skip to content

Latest commit

 

History

History
111 lines (75 loc) · 3.66 KB

README.md

File metadata and controls

111 lines (75 loc) · 3.66 KB

Table of Contents

  1. About The Project
  2. Getting Started
  3. Gameplay
  4. License
  5. Contact

About The Project

A web-based two-player PONG game with multiple levels. As the game progresses, obstacles appear on the PONG board. And your score increases, the ball's speed progressively gets faster and the obstacles get more and more challenging to beat. Includes a sign in/logout feature utilizing local storage.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/HenryQuillin/PONG-with-a-twist.git
  2. Run index.html in your browser

Gameplay

Screen Shot 2021-04-05 at 1 06 53 PM Screen Shot 2021-04-05 at 1 06 53 PM Screen Shot 2021-04-05 at 1 06 53 PM Screen Shot 2021-04-05 at 1 06 53 PM Screen Shot 2021-04-05 at 1 06 53 PM

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Henry Quillin - Linkedin - [email protected]

Project Link: https://github.com/github_username/PONG-with-a-twist

Acknowledgements