Fix some bugs
This commit is contained in:
+2
-2
@@ -32,8 +32,8 @@ for real_ai in ai_manager.__all__:
|
||||
# It is made to be fast and not to be used by humans. It especially doesn't
|
||||
# display and window and doesn't listen to any keystrokes.
|
||||
|
||||
width = 40
|
||||
height = 40
|
||||
width = 10
|
||||
height = 10
|
||||
|
||||
def run_battle(ai1, ai2):
|
||||
games = 50
|
||||
|
||||
Reference in New Issue
Block a user