create snake builder to select snake from a .env file

This commit is contained in:
2024-04-13 00:56:56 +02:00
parent 1cc272c279
commit f444f25a53
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -10,3 +10,6 @@ class TemplateSnake:
def get_history(self):
return self.history
def choose_move(self, game_data:dict):
pass
View File