Skip to content

Simple implementation of Pong game written using vanilla JS/CSS

License

Notifications You must be signed in to change notification settings

xenleme/pong-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong 🏓

A simple web implementation of the Pong game. It is a popular and one of the earliest arcade video game. The game was originally created by Atari and released it in 1972.

For more information you can read this.

You can play online

Or clone this project and run:

npm install
npm run devserver

This will start devserver and will launch the game in the development mode.

Open http://127.0.0.1:8080/ to view it in the browser.

About

Simple implementation of Pong game written using vanilla JS/CSS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published