An open API service indexing awesome lists of open source software.

https://github.com/aburd/pong-game

A pong game using HTML5 Canvas / Typescript
https://github.com/aburd/pong-game

Last synced: 5 months ago
JSON representation

A pong game using HTML5 Canvas / Typescript

Awesome Lists containing this project

README

          

## A Pong Game in Typescript

This is just a small project to help me learn Typescript

## How to Install

This project assumes you have gulp installed globally.

1. Run 'git clone', then cd into that dir
2. Run 'npm install'
3. Run 'gulp typescript'
4. Run 'npm start'
5. Open browser to localhost:3000

## Controls

P1 is controlled with up and down arrow keys. That's it.