Add fruit status in return

This commit is contained in:
d3vyce 2022-08-05 18:42:30 +02:00
parent efb27a0a92
commit 1d87e580b4

View File

@ -74,4 +74,4 @@ def Snake_move(M, L, dir, heigh, width):
else:
M[Save_Value[0]][Save_Value[1]] = 0
return List_save, M
return List_save, M, Fruit