Skip to content

Instantly share code, notes, and snippets.

@RafiRome
RafiRome / board_object.js
Created March 23, 2012 03:25 — forked from ctriolo/board_object.js
Settle Objects
Board = {
'gridWidth': 5,
'gridHeight': 5,
'startsUp': true,
'hexes': [ {object Hex}, {object Hex}, ... ],
'intersections': [ {object Intersection}, {object Intersections}, ... ],
'edges': [ {object Intersection}, {object Intersection}, ... ],
/*
'grid' [