From 0e05d1c1a132f18af1060bb43e585ba40e4ffb3e Mon Sep 17 00:00:00 2001 From: jeonghwanPark Date: Wed, 17 Nov 2021 13:21:14 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=80=EA=B2=BD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Brain/Controller.py | 2 +- Constant.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Brain/Controller.py b/Brain/Controller.py index 5e6d5a7..8097a5d 100644 --- a/Brain/Controller.py +++ b/Brain/Controller.py @@ -7,7 +7,7 @@ import time -CLEAR_LIMIT: int = 3 +CLEAR_LIMIT: int = 2 class Mode(Enum): START = auto() IN = auto() diff --git a/Constant.py b/Constant.py index aca1466..0058982 100644 --- a/Constant.py +++ b/Constant.py @@ -85,6 +85,7 @@ def __delattr__(self, name): const.GREEN_ROOM_TURN_FIND_CORNER = 1 ### BLACK ROOM ### +const.BLACK_ROOM_ALPHABET = "B" const.BLACK_ROOM_DEFAULT_TURN_FIND_BOX = 3 const.BLACK_ROOM_DEFAULT_TURN_FIND_CORNER = 4 const.BLACK_ROOM_DEFAULT_OUT_ROOM_WALK = 0