Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanshortiss/pongjs
Version of pong developed using HTML5 canvas.
https://github.com/evanshortiss/pongjs
Last synced: 21 days ago
JSON representation
Version of pong developed using HTML5 canvas.
- Host: GitHub
- URL: https://github.com/evanshortiss/pongjs
- Owner: evanshortiss
- Created: 2012-07-07T19:16:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-08T12:44:50.000Z (over 12 years ago)
- Last Synced: 2024-04-09T13:09:29.627Z (7 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pongjs
======Version of pong developed using HTML5 canvas. Pretty basic at this point but functional. Uses an MVC type structure.
Learned lots about the basics of the game and Canvas from Bill Mill's Tutorial