Minor changes
This commit is contained in:
parent
0ebaf8ae32
commit
c61f050feb
1 changed files with 1 additions and 1 deletions
2
snake.py
2
snake.py
|
@ -7,7 +7,7 @@ class Snake:
|
|||
Programmable Game of Snake written in PyGame
|
||||
"""
|
||||
|
||||
def __init__(self, margin=80,length=4,grid_width=30,grid_height=30, grid_pts=30,fps=5):
|
||||
def __init__(self, margin=80,length=4,grid_width=30,grid_height=30, grid_pts=30,fps=12):
|
||||
# Init attributes
|
||||
self.grid_width=grid_width
|
||||
self.grid_height=grid_height
|
||||
|
|
Loading…
Add table
Reference in a new issue