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.
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.
This project is licensed under the MIT License.
This repository was inspired by online resources and tutorials. It was crafted with a passion for learning and a drive for research and development.