diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-11-01 23:23:40 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-11-01 23:23:40 +0100 |
| commit | 48d8b7bfd5021cc627b8f55c8a1c8ffc40aa6b2f (patch) | |
| tree | 680a3ab8ae8b6e102a5fbae893a20f14fe562039 /snake.py | |
| parent | 0dfa11290a615e72b177b1b6e498694b1456fb99 (diff) | |
Minor changes
Diffstat (limited to 'snake.py')
| -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, startat=(0,0), margin=80,length=4,grid_width=30,grid_height=30, grid_pts=30,fps=80): + def __init__(self, startat=(0,0), margin=80,length=4,grid_width=30,grid_height=30, grid_pts=30,fps=180): # Init attributes self.grid_width=grid_width self.grid_height=grid_height |
