Pong.io is a classic pong game with a modern twist, implemented using web technologies. This game allows players to enjoy the timeless arcade paddle game directly in their web browser.
- Responsive Design: Works on both desktop and mobile devices.
- Real-Time Gameplay: Utilizes Socket.IO for smooth and responsive paddle movements.
- Score Tracking: The game keeps track of the scores of both the player and the computer.
- Game Over Conditions: The game ends when either the player or the computer reaches a score of 7.
- Custom Graphics: The game features a custom-designed playing area and paddles.
- Clone the repository to your local machine.
- Install the necessary dependencies by running
npm install
. - Start the server by running
node server.js
.
- Open the game in a web browser after starting the server.
- The game can be played using mouse movements on desktop or touch movements on mobile devices.
Contributions to improve Pong.io are welcome. Please feel free to fork the repository, make changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.