Open main menu

CDOT Wiki β

Changes

FractionsGame/Requirements

598 bytes added, 15:15, 5 June 2012
Technical Fundamentals
[[Image:fractions-flash.png ]]
== Technical Fundamentals ==
* Game must be fully functional in all current versions of the popular browsers with JavaScript enabled, without any plugins installed.
** Safari >= 5
** ... mobile
* And Testing will be done on the following platforms:
** Windows 7 (desktop)
** OSX
** ... mobile
* Offline access to the game is not required.
* The game will be created as a 600x800 canvas object.
* When displaying the game the canvas will be stretched up or down to fill the screen it's displayed on while maitaining its aspect ratio.
 
=== Maps ===
* Maps will be stored and loaded from either an XML file or JSON.
* No graphical tool will be created to build maps. The expectation is that they would be drawn on paper and the data input in the file manually.
* The reference size of a map will be 640x480 and the position of road segments and objects will be specified in absolute coordinates within that rectangle.
= Gameplay Features =