Skip to content
Snippets Groups Projects
Commit 7c6b1e34 authored by Usman Irfan's avatar Usman Irfan
Browse files

Fixed error

parent 16c8f567
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ import ScoreDisplay
def game(speed, colour,food_colour, backgroundColour):
pygame.event.clear()
black1 = (48,47,47)
x = randint(0, grid_length) * size
y = randint(0, grid_length) * size
#defining a list to update snanke's length
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment