Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loconluis/ponggame
Pong Game using JavaScript
https://github.com/loconluis/ponggame
Last synced: about 1 month ago
JSON representation
Pong Game using JavaScript
- Host: GitHub
- URL: https://github.com/loconluis/ponggame
- Owner: loconluis
- Created: 2016-11-16T01:28:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T05:01:13.000Z (about 8 years ago)
- Last Synced: 2023-02-27T05:56:48.578Z (almost 2 years 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