Skip to content

A classic Pong game featuring a single-player mode against an AI opponent, utilising HTML and Javascript for interactive gameplay.

Notifications You must be signed in to change notification settings

rezamini/pong-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains the JavaScript code for a classic Pong game. The implementation utilises HTML and JavaScript to create an interactive experience. The game features a single-player mode against a computer opponent. It includes functionalities for two paddles and a ball, with a user-controlled paddle against a computer-controlled opponent.

Getting Started

Run the server:

npx serve
# or
npx http-server

if you're using npx serve: Open [http://localhost:3000] in your web browser.

or if your are using npx http-server: Open [http://localhost:8080] in your web browser.

License

This project is licensed under the MIT License.

Acknowledgments

This repository was inspired by online resources and tutorials. It was crafted with a passion for learning and a drive for research and development.

About

A classic Pong game featuring a single-player mode against an AI opponent, utilising HTML and Javascript for interactive gameplay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published