Fix some bugs

This commit is contained in:
Pytron
2019-03-26 14:07:36 +00:00
parent 85ddb7b80f
commit 01001d94f2
5 changed files with 61 additions and 26 deletions
+2 -2
View File
@@ -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