Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 example

hope this was uselful for you