Pong Wars is a variation of the classic Pong game, adding a unique twist where the balls change the color of the squares they touch. This game is built using HTML5 Canvas and JavaScript.
- Dynamic ball movement and collision detection
- Color-changing squares based on ball movement
- Day and night theme with corresponding colors
- Score tracking for both day and night players
- Clone the repository: git clone https://github.com/yuvrajj04/pong-wars.git
Contributions are welcome! If you'd like to contribute to Pong Wars, please fork the repository and submit a pull request with your changes.
This game was inspired by the classic Pong game. Special thanks to the HTML5 Canvas documentation for guidance on canvas usage.