create binary repr of map

This commit is contained in:
evanpelle
2024-08-23 12:08:57 -07:00
parent ac556ee073
commit 98cf1b6beb
7 changed files with 17 additions and 5 deletions
+1
View File
@@ -42,6 +42,7 @@ export interface Tile {
isShore(): boolean
isWater(): boolean
isShorelineWater(): boolean
magnitude(): number
owner(): Player | TerraNullius
hasOwner(): boolean
isBorder(): boolean