https://github.com/ckampfe/battlestar-mathematica
A math game
https://github.com/ckampfe/battlestar-mathematica
Last synced: 8 months ago
JSON representation
A math game
- Host: GitHub
- URL: https://github.com/ckampfe/battlestar-mathematica
- Owner: ckampfe
- License: agpl-3.0
- Created: 2014-03-06T21:51:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-26T18:58:48.000Z (about 12 years ago)
- Last Synced: 2025-07-16T00:51:13.573Z (11 months ago)
- Language: JavaScript
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
battlestar-mathematica
======================
A math game created for the good folks over at [Belly](https://bellycard.com/).
The idea is simple: you and your friends go to [mathchallenge.nodejitsu.com](http://mathchallenge.nodejitsu.com) and
race to solve math problems.
### Issues:
- The integration test 'when someone else answers correctly it shames me'
times out.
- The integration test 'when someone else answers correctly it increments their
score on my scoreboard' is pending.
### To run:
First:
```
$ git clone https://github.com/ckampfe/battlestar-mathematica.git
$ npm install
```
#### ...the tests:
Have an instance of [Selenium Server](http://docs.seleniumhq.org/) running, then:
```
$ mocha -R spec
```
#### ...the app:
```
$ node app
```
### Built with:
- Node.js 0.10.25
- Express 3.4.8
- Socket.io 0.9.16
- Mocha 1.17.1
- Should.js 3.1.3
- Math.js 0.18.1
- RequireJS 2.1.11
- jQuery 2.1.0
- HTML5 Boilerplate 4.3.0