This commit is contained in:
Sebastian Seedorf
2022-12-10 11:52:16 +01:00
parent 60dc09699f
commit a4adcd4968
4 changed files with 2044 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ for y in range(len(forest)):
pos += dir
score *= dir_score
max_score = max(max_score, score)
print(max_score)
print(max_score)