Experience the timeless classic Pong game, revitalized with modern web technologies. This project utilizes Vite.js for a fast development setup and optimal front-end tooling. The game is built with vanilla JavaScript, employing Web Components for modular UI development, and Web Workers to handle intensive tasks without blocking the main thread.
- Vite.js: For streamlined development and build optimization.
- Vanilla JavaScript: For core game logic and interactions.
- Web Components: For UI structuring and feature encapsulation.
- Web Workers: For efficient background processing to maintain smooth gameplay.
- Two Players: Challenge a friend in this two-player mode.
- Single Player: Compete against a computer-controlled opponent (AI) and hone your skills.
Check out the live demo here: Play Pong!
- Clone this repository:
git clone https://github.com/davfront/pong.git
- Navigate into the project directory:
cd pong
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your web browser to
http://localhost:8000
to start the game. - Select your desired game mode and enjoy playing!
Enjoy the game, and may the best player win!