Githubio [2021] - Games
while (tilesCarved < targetTiles) if (this.map[y][x] === 0) this.map[y][x] = 1; // Set to floor tilesCarved++;
class RiftManager constructor() this.currentLevel = 1; this.affixes = []; // Active modifiers for this run this.loadProgress(); games githubio
Because on the infinite chessboard of github.io , nobody has to play alone. Not even the dead. while (tilesCarved < targetTiles) if (this