Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 453 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 453 Bytes

ScrollbarPong

Pong that uses the horizontal and vertical scrollbars as paddles.

Just want to play?

It's live at https://maxcutlyp.com/webapps/ScrollbarPong/.

Set up locally

  1. Make sure you have TypeScript installed.
  2. Make sure you have PHP installed.
  3. Clone the repo and cd into it.
  4. Build main.ts with TypeScript.
  5. Open a local PHP server with php -S localhost:8000
  6. Go to localhost:8000 in your browser of choice and enjoy.