https://github.com/dvberkel/sumofus2012
Game engine for the SumOfUs round of the Radboud University Mathematics Competition
https://github.com/dvberkel/sumofus2012
Last synced: 2 months ago
JSON representation
Game engine for the SumOfUs round of the Radboud University Mathematics Competition
- Host: GitHub
- URL: https://github.com/dvberkel/sumofus2012
- Owner: dvberkel
- Created: 2012-07-07T09:03:09.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T04:27:11.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T23:31:46.507Z (4 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SumOfUs 2012
============This project provides a game as played at the Radboud University
Mathematics Competion of 2012.Want to follow where we are working on? Checkout the
[Trello Board](https://trello.com/board/sumofus/4fe0b30a330f637e090a6dee).Frameworks
----------The following frameworks are used 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.
* [Raphael](http://raphaeljs.com/ "Raphael Homepage") A graphics
library based on Scalable Vector Graphics
([SVG](http://en.wikipedia.org/wiki/Scalable_Vector_Graphics "Wikipedia on Scalable Vector Graphics")).CouchDB
-------[CouchDB](http://couchdb.apache.org/ "Homepage for CouchDB") is used
as a means of persistence and as an app server.