mirror of
https://github.com/d3vyce/Python-Game.git
synced 2025-04-03 12:23:22 +02:00
Add fruit status in return
This commit is contained in:
parent
efb27a0a92
commit
1d87e580b4
@ -74,4 +74,4 @@ def Snake_move(M, L, dir, heigh, width):
|
|||||||
else:
|
else:
|
||||||
M[Save_Value[0]][Save_Value[1]] = 0
|
M[Save_Value[0]][Save_Value[1]] = 0
|
||||||
|
|
||||||
return List_save, M
|
return List_save, M, Fruit
|
Loading…
x
Reference in New Issue
Block a user