Set Shortest Path contract difficulty factor

This commit is contained in:
Heikki Aitakangas 2022-04-02 04:34:16 +03:00
parent 809f8f6687
commit 197e875610

@ -820,8 +820,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
"Answer: ''\n\n",
].join(" ");
},
difficulty: 5, // TODO: higher, but probably not much more?
numTries: 10, // TODO: probably OK?
difficulty: 7,
numTries: 10,
gen: (): number[][] => {
const height = getRandomInt(6, 12);
const width = getRandomInt(6, 12);