🚀 optimize

This commit is contained in:
platane
2020-07-19 12:53:46 +02:00
parent 59e24fcb37
commit 97429e3d27
3 changed files with 14 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const drawOptions = {
const gameOptions = { maxSnakeLength: 5 };
const gifOptions = { delay: 100 };
const gifOptions = { delay: 20 };
const grid = generateGrid(42, 7, { colors: [1, 2, 3, 4], emptyP: 3 });