add new Snake

This commit is contained in:
2024-04-12 15:43:29 +02:00
parent cbe8890b59
commit 5633c4c134
3 changed files with 149 additions and 29 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
from snakes.DummSnake import DummSnake
from snakes.LogicSnake import LogicSnake
from snakes.AStarSnake import AStarSnake
from snakes.MasterSnake import MasterSnake
SNAKE = AStarSnake()
SNAKE = MasterSnake()