Skip to content

rossoskull/Ping-Pong-in-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Ping Pong Game in JS

A simple ping pong game in JavaScript, with basic scoring system.

forthebadge forthebadge

How to play?

Use mouse to move the bat.

Looking to contribute?

Thank you for your interest in contributing to the Ping Pong in JS.

Issues

One of the best contributions is filing issues in the Issue tracker. All contributions (feature or bug fix) should start with an issue first.

Pull requests

  • 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.

Controls

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.

Features

Play with the computer on multiple rounds

Contributing

If you find any bugs, feel free to create an issue or open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published