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
|
||||
|
||||
class BestBattleSnake(TemplateSnake):
|
||||
VERSION = "2.5.0"
|
||||
VERSION = "2.6.0"
|
||||
Point = tuple[int, int]
|
||||
Coord = dict[str, int]
|
||||
SnakeState = dict[str, Any]
|
||||
|
||||
Reference in New Issue
Block a user