my battlesnake code

This commit is contained in:
2022-01-24 17:12:11 +01:00
parent ad77bbc1f2
commit 11c1adf96c
2 changed files with 100 additions and 28 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ def handle_info():
print("INFO")
return {
"apiversion": "1",
"author": "", # TODO: Your Battlesnake Username
"color": "#888888", # TODO: Personalize
"author": "daniel156161", # TODO: Your Battlesnake Username
"color": "#00ff00", # TODO: Personalize
"head": "default", # TODO: Personalize
"tail": "default", # TODO: Personalize
}