Fix a few things
This commit is contained in:
+2
-2
@@ -57,8 +57,8 @@ def run_battle(ai1, ai2):
|
||||
|
||||
# Inverse positions and replay to be symmetrical
|
||||
game = Game(width, height, [
|
||||
PositionPlayer(1, ai1.builder(), initial_position_two),
|
||||
PositionPlayer(2, ai2.builder(), initial_position_one),
|
||||
PositionPlayer(1, ai2.builder(), initial_position_one),
|
||||
PositionPlayer(2, ai1.builder(), initial_position_two),
|
||||
])
|
||||
game.main_loop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user