A Pong JavaScipt Game
Made with TypeScript.

This javascript game is inspired by this tutorial. I converted it to TypeScript and edited it to work in a container, added accessibility features, the ability to start and stop the pong game, to control the paddle with mouse wheel, touch and keyboard, and additionally made the paddles into characters coupled with collision animations, and made the ball spin.
See also other Javascript content.
Controls
On mobile, swipe up or down to control the pong paddle.
On a computer, toggle between mouse cursor and mouse wheel with the toggle button, or use up and down arrows to control the paddle.
Press the Stop button or the Esc key to stop the pong game.
See also my accessible draggable blobs app and the random dog generator.