🚀 improve command computation

This commit is contained in:
platane
2020-07-21 01:03:29 +02:00
parent fd9d7dadf6
commit 1898ec16e4
3 changed files with 24 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ export const generateContributionSnake = async (userName: string) => {
colors: Array.from({ length: colorScheme.length - 1 }, (_, i) => i + 1),
};
const gifOptions = { delay: 10 };
const gifOptions = { delay: 3 };
const commands = computeBestRun(grid0, snake0, gameOptions);