Skip to content

isanchezd/web-pong

Repository files navigation

Web Pong

A classic Pong game for two players on the same keyboard, running in the browser.

Built with TypeScript and bundled with Vite.

Requirements

Node.js ^20.19.0 or >=22.12.0.

Install

npm install

Running the project

npm run start

Type checking

npm run typecheck

Tests

npm test

Runs unit tests with Vitest.

For interactive mode:

npm run test:watch

Build for production

npm run build

npm run build runs type checks before creating the Vite bundle.

Controls

Player 1 (red, left) Player 2 (blue, right)
Up Q P
Down A ;

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors