def __init__(self, name, snake, FPS=5, scale=20, LIVES=3):
		SinglePlayerGame.__init__(self, name, snake, FPS, scale, LIVES)