if (tiles[0].tileState === 0) {
              tiles[0].tileState = 2
              tiles[0].save(function (err, saved) {
                if (err) {
                  callback('could not save tile')