Skip to content
Snippets Groups Projects
Commit 50d2348b authored by Hameed Andy's avatar Hameed Andy
Browse files

Edit files to remove unnecessary associations

parent c0951368
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,8 @@ class Food():
## @brief Food constructor
# @details Initializez the size of the food, this needs to be the same as snake's
# block size
# @details Initializes the size of the food, this needs to be the same as
# snake's block size
# @param blockSize the width and height of the square block representing the food
def __init__(self, blockSize):
self.size = blockSize
......
......@@ -7,7 +7,6 @@
from random import randint
from Snake import *
from Food import *
from init import *
# One size for all blocks created for snake
size = 20
......
import pygame, sys
import Interface
class HighScore():
def runfile(runfilename):
......
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