🚀 faster solution

This commit is contained in:
platane
2020-10-14 22:03:50 +02:00
committed by Platane
parent fe821f6251
commit 8f5c1969a6
9 changed files with 279 additions and 557 deletions

View File

@@ -1,5 +1,5 @@
import { createCanvas } from "./canvas";
import { getBestRoute } from "../compute/getBestRoute";
import { getBestRoute } from "@snk/compute/getBestRoute";
import { Color, copyGrid } from "../compute/grid";
import { grid, snake } from "./sample";
import { step } from "@snk/compute/step";