Skip to content

adam-s/typescript-pong

 
 

Repository files navigation

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)

About

A TypeScript version of the classic 1972 arcade game Pong!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 92.7%
  • JavaScript 2.9%
  • CSS 1.6%
  • SCSS 1.6%
  • HTML 1.2%