Current Version
This commit is contained in:
parent
8e2857506f
commit
55decffc90
3 changed files with 85 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue