Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 687 Bytes

TypeScript Pong

This is migration of JavaScript Canvas Pong to TypeScript with unit tests

npm install
npm test
npm start

Canvas Pong

This is a small experiment to implement a version of the classic Pong game in an HTML <canvas>.

You can also play this game in the Chrome Web Store

NOTES

  • No support for mobile devices (need to handle touch events instead of key input)