https://github.com/loconluis/ponggame
Pong Game using JavaScript
https://github.com/loconluis/ponggame
Last synced: about 2 months ago
JSON representation
Pong Game using JavaScript
- Host: GitHub
- URL: https://github.com/loconluis/ponggame
- Owner: loconluis
- Created: 2016-11-16T01:28:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T05:01:13.000Z (over 8 years ago)
- Last Synced: 2024-12-25T15:14:44.017Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pong Game using JavaScript and Canvas!
===================It's a small example of how to define Objects in JavaScript without classes.
----------
**HOW TO USE**
-------------
**Use nodeJs to serve static files. It does not matter in the example*> **Node JS:**
> > - $ npm install
> > - $ node server.js
> > - localhost:5000/index.html> **Public:**
> > - main.js is the examplehope this was uselful for you