Pong that uses the horizontal and vertical scrollbars as paddles.
It's live at https://maxcutlyp.com/webapps/ScrollbarPong/.
- Make sure you have TypeScript installed.
- Make sure you have PHP installed.
- Clone the repo and cd into it.
- Build
main.tswith TypeScript. - Open a local PHP server with
php -S localhost:8000 - Go to
localhost:8000in your browser of choice and enjoy.