refactored GameImpl into multiple files

This commit is contained in:
evanpelle
2024-09-17 19:49:16 -07:00
parent 44877b8e59
commit f3307300ef
35 changed files with 360 additions and 344 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import {Cell, Execution, MutableGame, MutablePlayer, Player, PlayerID, PlayerInfo, PlayerType, TerraNullius} from "../Game"
import {Cell, Execution, MutableGame, MutablePlayer, Player, PlayerID, PlayerInfo, PlayerType, TerraNullius} from "../game/Game"
import {PseudoRandom} from "../PseudoRandom"
import {simpleHash} from "../Util";
import {AttackExecution} from "./AttackExecution";