summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsnake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snake.py b/snake.py
index 0d97e97..6c688b2 100755
--- a/snake.py
+++ b/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