https://github.com/benoitprmt/pong-game
Pong game in JavaScript with canvas API
https://github.com/benoitprmt/pong-game
canvas canvas2d javascript pong
Last synced: about 1 year ago
JSON representation
Pong game in JavaScript with canvas API
- Host: GitHub
- URL: https://github.com/benoitprmt/pong-game
- Owner: BenoitPrmt
- License: mit
- Created: 2023-12-19T07:44:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T18:20:58.000Z (over 2 years ago)
- Last Synced: 2025-04-22T19:18:15.722Z (about 1 year ago)
- Topics: canvas, canvas2d, javascript, pong
- Language: JavaScript
- Homepage: http://pong.benoit.fun/
- Size: 744 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pong 🏓




About |
Features |
Technologies |
Requirements |
Starting |
License |
Author

## :dart: About ##
The Pong game in JavaScript with canvas API.
Player left :
- Up : A
- Down : Q
Player right :
- Up : ArrowUp
- Down : ArrowDown
## :sparkles: Features ##
- Play with a friend with keyboard
- Reset game
- The ball accelerates every time it hits a player
## :rocket: Technologies ##
The following tools were used in this project:
- HTML / CSS
- JavaScript
- [canvas](https://developer.mozilla.org/fr/docs/Web/API/Canvas_API)
## :white_check_mark: Requirements ##
Before starting 🏁, you need to have [Git](https://git-scm.com).
You need to install the font in the `fonts` folder to have the better experience.
## :checkered_flag: Starting ##
```bash
# Clone this project
$ git clone https://github.com/BenoitPrmt/Pong-Game
# Access
$ cd Pong-Game
# Launch the project with VSCode Live Server or launch the index.html file in browser
```
## :memo: License ##
This project is under license from MIT. For more details, see the [LICENSE](LICENSE.md) file.
Made with :heart: by Benoît