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
- Host: GitHub
- URL: https://github.com/aburd/pong-game
- Owner: aburd
- Created: 2017-01-05T15:08:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T16:14:52.000Z (over 9 years ago)
- Last Synced: 2024-12-31T05:16:48.338Z (over 1 year ago)
- Language: TypeScript
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.