A modern Pong-style arcade game built with HTML5 Canvas and JavaScript featuring smooth gameplay a responsive UI and a polished design. This project reimagines the classic ping-pong game with a clean interface custom fonts and interactive elements.
https://ping-pong-nu.vercel.app/
- Classic Gameplay: Enjoy the traditional ping pong experience with smooth ball and paddle mechanics.
- Custom Font: The game uses a custom
.ttffont for a unique style. - Score Tracking: Real-time left and right player scoring.
- Interactive Logo: Click the logo to reset the game.
- Stylish UI:
- Gradient background
- Canvas with border and shadow
- Logo with border, shadow, and hover animation
- Reset Confirmation: Prevent accidental resets with a confirmation dialog when clicking the logo.
- HTML – for rendering the game
- CSS – for styling, animations, gradients, tooltips
- JavaScript – for game logic, paddle movement, collision detection, score updates
Ping-Pong/
├── index.html
├── style.css
├── game.js
├── assets/
├── MyFont.ttf
└── logo.png