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

https://github.com/dvberkel/pongjs

A demonstration of Javascript frameworks by implementing pong
https://github.com/dvberkel/pongjs

Last synced: 2 months ago
JSON representation

A demonstration of Javascript frameworks by implementing pong

Awesome Lists containing this project

README

        

PongJS
======

A demonstration of Javascript frameworks by implementing pong. See the
live [demonstration](http://dvberkel.github.com/PongJS "GitHub pages for PongJS").

Pong
----

[Pong](http://en.wikipedia.org/wiki/Pong "Wikipedia on Pong") is an
age old arcade game.

Frameworks
----------

The following frameworks are demonstrated in this project.

* [Jasmine](https://jasmine.github.io/ "Jasmine GitHub documentation page")
is used to provide an test framework.
* [Backbone](http://backbonejs.org/ "Backbone documentation page")
is a Model-View-Controller (MVC) framework which will decouple the
domain from the different representation.

We will be using [Raphael](http://raphaeljs.com/ "Homepage for
Raphael") for a graphics library.