A classic game of Pong, developed using JavaScript and minimal HTML. This project captures the essence of retro gaming and provides a fun way to interact with a simple yet engaging game.
- Classic Pong gameplay
- Simple and intuitive controls
- Minimalistic design for a retro feel
- Lightweight and fast
- JavaScript
- HTML
To get started with the Pong Game, follow these steps:
-
Clone the repository:
git clone https://github.com/Jeffrey-Inyang/Pong-Game.git
-
Navigate into the project directory:
cd Pong-Game -
Open the
index.htmlfile in your web browser to start playing.
- Launch the game by opening
index.htmlin a web browser. - Use the following controls to play:
- Player 1: Use the
Wkey to move up and theSkey to move down. - Player 2: Use the
Up Arrowkey to move up and theDown Arrowkey to move down.
- Player 1: Use the
- The game will start automatically, and you can continue playing until you decide to quit.
Contributions are welcome! If you would like to contribute to the Pong Game project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeatureName). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeatureName). - Open a Pull Request.
Please ensure your code adheres to the existing coding style and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for checking out the Pong Game! If you have any questions or feedback, feel free to open an issue or reach out via GitHub. Enjoy the game!
This README is structured to provide clear and concise information about the Pong Game project, following GitHub best practices to ensure usability and clarity for potential users and contributors.