game runs in seperate thread

This commit is contained in:
Evan
2025-01-02 20:22:11 -08:00
parent f988d555bb
commit 8616e9bfcb
17 changed files with 135 additions and 263 deletions
-1
View File
@@ -1,7 +1,6 @@
import { Cell, Game, TerrainTile, TerrainType, Tile } from "../game/Game";
import { manhattanDist } from "../Util";
import { AStar, PathFindResultType, SearchNode, TileResult } from "./AStar";
import { ParallelAStar, WorkerClient } from "../worker/WorkerClient";
import { SerialAStar } from "./SerialAStar";
import { MiniAStar } from "./MiniAStar";
import { consolex } from "../Consolex";