https://github.com/mrcodedev/javascript-pong
Pong made with canvas-based JavaScript
https://github.com/mrcodedev/javascript-pong
canvas html javascript
Last synced: 11 months ago
JSON representation
Pong made with canvas-based JavaScript
- Host: GitHub
- URL: https://github.com/mrcodedev/javascript-pong
- Owner: mrcodedev
- License: mit
- Created: 2019-02-05T15:46:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T09:44:59.000Z (over 7 years ago)
- Last Synced: 2025-06-04T14:44:31.661Z (about 1 year ago)
- Topics: canvas, html, javascript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JAVASCRIPT PONG
Pong realizado con ES6. Práctica realizada a través del vídeo de YouTube: https://www.youtube.com/watch?v=ju09womACpQ. Es una charla del canal de http://bit.ly/meth-meth-method.
Se puede ver el repositorio: https://github.com/meth-meth-method/pong
Curiosidad sana de ver como se hace un simple pong con **Canvas** y **JavaScript**.