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
- Host: GitHub
- URL: https://github.com/dvberkel/pongjs
- Owner: dvberkel
- Created: 2012-06-17T17:18:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T07:38:49.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T23:32:08.417Z (4 months ago)
- Language: JavaScript
- Homepage: http://dvberkel.github.com/PongJS
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.