mirror of
				https://github.com/d3vyce/Python-Game.git
				synced 2025-11-04 01:04:56 +01:00 
			
		
		
		
	Add fruit status in return
This commit is contained in:
		@@ -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
 | 
				
			||||||
		Reference in New Issue
	
	Block a user