refactor: routes start

This commit is contained in:
max 2022-08-07 01:56:02 +03:00
parent 8c741a559e
commit 910e782f1f
8 changed files with 46 additions and 7 deletions

View file

@ -44,12 +44,9 @@ export function generateBurgsAndStates(
pick(cells, "c", "h", "f", "t", "r", "fl", "s", "biome", "culture")
);
const roadScores = new Uint16Array(cellsNumber); // TODO: define roads
const burgs = specifyBurgs(
capitals,
towns,
roadScores,
stateIds,
features,
temp,