From 3397f7e9ec19f358f82fc8d880a6731a3f6fe800 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Wed, 27 Mar 2019 15:19:54 +0100 Subject: [PATCH] Update sizes --- headless.py | 4 ++-- play.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/headless.py b/headless.py index 5829827..e09d788 100755 --- a/headless.py +++ b/headless.py @@ -12,8 +12,8 @@ def main(): # Prepare the size for the game. # Those values may be good if you want to play, they might not be so good # to train your AI. Decreasing them will make the learning faster. - width = 40 - height = 40 + width = 10 + height = 10 # Create a game from its size and its players game = Game(width, height, [ diff --git a/play.py b/play.py index 8b52ca4..1947075 100755 --- a/play.py +++ b/play.py @@ -19,8 +19,8 @@ def main(): # Prepare the size for the game. # Those values may be good if you want to play, they might not be so good # to train your AI. Decreasing them will make the learning faster. - width = 14 - height = 14 + width = 10 + height = 10 # Create a game from its size and its players game = Game(width, height, [