use new pq library

This commit is contained in:
evanpelle
2024-08-28 17:51:24 -07:00
parent b672a79dcd
commit 09cd7e3648
5 changed files with 10 additions and 18 deletions
-1
View File
@@ -1,4 +1,3 @@
import PriorityQueue from "priority-queue-typescript"
import {Cell, Game, Player} from "../../core/Game"
import {PseudoRandom} from "../../core/PseudoRandom"
import {Theme} from "../../core/configuration/Config"