You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This browser game will be mainly coded using JavaScript and HTML5 canvas. HTML5 canvas will be used for the graphics and JavaScript to handle the main game engine. a JSON AJAX API for data management and a Node.js Websocker server connection for pushing data to clients.
###Detailed Structure
The game will be divided into two main code structures. the client side JavaScript, and the server side which will be in Ruby on the Rails framework with a websocket Node.js server.