Use mouse to move the bat.
Thank you for your interest in contributing to the Ping Pong in JS.
One of the best contributions is filing issues in the Issue tracker. All contributions (feature or bug fix) should start with an issue first.
- Fork the repository
- Create a branch (
git checkout -b issue-nnn
) - If possible, add a failing test
- Commit your fix/feature and tests (
git commit -am "fixes for issue #nnn"
) - Push to the branch (
git push -u origin issue-nnn
) - Open a Pull request
NOTE: It will be a little bit buggy, if you find any bugs, feel free to create an issue and create a PR.
A simple ping pong game built with JavaScript, with a basic scoring system.
The player can move his/her mouse up and down to move their paddle.
There is a 'reset'-[button on the bottom-left to reset the game].
And there is a 'play / pause' button, to either play or pause the game. The player is still able to move the paddle, when the game is paused.
Play with the computer on multiple rounds
If you find any bugs, feel free to create an issue or open a pull request.