srallen / mathgame

Node.js and Socket.io interactive, multiplayer game.

Home Page:http://mighty-beyond-9595.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check out a live demo at:

http://mighty-beyond-9595.herokuapp.com/

Note: there may be a slight delay with starting up the web app because I am using a free Heroku account. Please give it a few seconds. Additionally, websocket support is only in beta for Heroku.

Or clone the repo locally.

  1. Change line 2 in public/javascripts/game.js to:

var client = io.connect('http://localhost:3000'),

  1. Run on the command line:

node app.js

Test suite is still in development.

About

Node.js and Socket.io interactive, multiplayer game.

http://mighty-beyond-9595.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:CSS 67.4%Language:JavaScript 28.9%Language:HTML 3.7%