Current Version

This commit is contained in:
Sch1nken 2024-08-05 15:51:26 +02:00
parent 8e2857506f
commit 55decffc90
3 changed files with 85 additions and 0 deletions

View file

@ -22,6 +22,8 @@ func _on_turn_ended(turn_num: int, map: HexGrid) -> void:
var black_lost: bool = false
var white_lost: bool = false
return
for b in bees:
if map.get_empty_neighbours(b.coordinates).size() == 0:
if b.is_black: