diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-11-01 10:40:43 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-11-01 10:40:43 +0100 |
| commit | c61f050feb1f72465ff904f09624de8d68b15cf0 (patch) | |
| tree | cd9fc2ecfd90922ec37122a3d281059db54b9eb0 | |
| parent | 0ebaf8ae3219fae6d9e508f650b6648d19c9b379 (diff) | |
Minor changes
| -rwxr-xr-x | snake.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
