exitmusic / math-o-magic

Node.js & Socket.IO math trivia game, with class.
http://math-o-magic.nodejitsu.com/
0 stars 0 forks source link

math-o-magic Build Status

Math trivia game!

File Structure

/app             : application code
`--/models       : models
`--/controllers  : controllers / routes
`--/views        : views
/public          : static assets
`--/css          : stylesheets
`--/img          : images
`--/js           : javascript files
   `--/models    : backbone models (in progress)
   `--/views     : backbone views (in progress)
`--/vendor       : all 3rd party assets
/routes          : currently not used
/test            : contains unit tests (mocha)
app.js           : http server and socket.io setup
utils.js         : contains the parseCookie() function taken out of connect middleware

Running mocha test cases

sudo npm install -g mocha
mocha --reporter spec

Helpful resources

Troubleshooting