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

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

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.