test new sname and add save history code into main

This commit is contained in:
2024-04-01 05:21:52 +02:00
parent 2c7cf98309
commit 439bd07061
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from snakes.DummSnake import DummSnake
from snakes.LogicSnake import LogicSnake
from snakes.AStarSnake import AStarSnake
SNAKE = DummSnake()
SNAKE = AStarSnake()