Reviewed-on: #1
Co-authored-by: Daniel Dolezal <d.dolezal97@protonmail.com>
Co-committed-by: Daniel Dolezal <d.dolezal97@protonmail.com>
This commit was merged in pull request #1.
This commit is contained in:
2024-04-13 03:03:09 +02:00
committed by daniel156161
parent 5633c4c134
commit 7acc269df4
12 changed files with 478 additions and 114 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