An interface to the SMF/Softwire noughts & crosses DB!
GET (hostname)/game/(gameNumber)
=> game data!POST (hostname)/game/(gameNumber)/move
,{ player: (1 or 2), position: [row, column] }
POST (hostname)/game/(gameNumber)
=> creates new (blank) game!