Update BestBattleSnake Version to 2.6.0
Build and Push Docker Container / build-and-push (push) Failing after 23s
Build and Push Docker Container / build-and-push (push) Failing after 23s
This commit is contained in:
@@ -7,7 +7,7 @@ from time import perf_counter
|
|||||||
from snakes.TemplateSnake import TemplateSnake
|
from snakes.TemplateSnake import TemplateSnake
|
||||||
|
|
||||||
class BestBattleSnake(TemplateSnake):
|
class BestBattleSnake(TemplateSnake):
|
||||||
VERSION = "2.5.0"
|
VERSION = "2.6.0"
|
||||||
Point = tuple[int, int]
|
Point = tuple[int, int]
|
||||||
Coord = dict[str, int]
|
Coord = dict[str, int]
|
||||||
SnakeState = dict[str, Any]
|
SnakeState = dict[str, Any]
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ SNAKE_REGISTRY = {
|
|||||||
"LogicSnake": "1.1.0",
|
"LogicSnake": "1.1.0",
|
||||||
"MasterSnake": "1.2.0",
|
"MasterSnake": "1.2.0",
|
||||||
"BetterMasterSnake": "1.3.0",
|
"BetterMasterSnake": "1.3.0",
|
||||||
"BestBattleSnake": "2.5.0",
|
"BestBattleSnake": "2.6.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
def build_snake(selected_snake: str):
|
def build_snake(selected_snake: str):
|
||||||
|
|||||||
Reference in New Issue
Block a user