/Pong-Game

Pong game in JavaScript with canvas API

Primary LanguageJavaScriptMIT LicenseMIT

Pong ๐Ÿ“

Github top language Github language count Repository size License Github stars

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


๐ŸŽฏ About

The Pong game in JavaScript with canvas API. Player left :

  • Up : A
  • Down : Q

Player right :

  • Up : ArrowUp
  • Down : ArrowDown

โœจ Features

  • Play with a friend with keyboard
  • Reset game
  • The ball accelerates every time it hits a player

๐Ÿš€ Technologies

The following tools were used in this project:

  • HTML / CSS
  • JavaScript
  • canvas

โœ… Requirements

Before starting ๐Ÿ, you need to have Git. You need to install the font in the fonts folder to have the better experience.

๐Ÿ Starting

# 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

๐Ÿ“ License

This project is under license from MIT. For more details, see the LICENSE file.

Made with โค๏ธ by Benoรฎt

 

Back to top