Skip to content
darrenkuo edited this page Sep 25, 2011 · 9 revisions

We need to decide the format of our mazes to be saved by the webapp and loaded on the handset. Important considerations are what formats are easy to use on Android, and which formats will be easy to extend with new features.

Json format

[{ "id" : <int>,
"user_added" : <bool>,
"lat" : <int>,
"lng" : <int>,
"neighbors" : [<int>]}+]
}]
Clone this wiki locally