An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Pong 🏓


Github top language

Github language count

Repository size

License

Github stars


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

 

Back to top