Skip to content

Game Code Structure

Ryex edited this page Mar 5, 2013 · 9 revisions

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. PHP and AJAX for data management.

###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.

https://www.assembla.com/spaces/mewars/wiki/Game_Code_Structure

Clone this wiki locally