diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-05-08 23:02:03 +0300 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-05-08 23:02:03 +0300 |
| commit | aaf0194f9b5d93bd6612bc0b419c4b8f89b4aa21 (patch) | |
| tree | 5c8950e0cb7adb4782e35bb26a0aa8242ea71398 /src/map.py | |
| parent | 241e41892a10d3913c63935a8f9e14306e8a73cd (diff) | |
| download | Macpan-aaf0194f9b5d93bd6612bc0b419c4b8f89b4aa21.tar.xz Macpan-aaf0194f9b5d93bd6612bc0b419c4b8f89b4aa21.zip | |
Added a simple Wining screen when the user collects all the food
Diffstat (limited to 'src/map.py')
| -rw-r--r-- | src/map.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,4 +118,4 @@ class Map(): for j in range(cols): pos = (j * self.line_horizontal, i * self.line_vertical) self.draw_wall(screen, self.maze[i][j], pos) - # pygame.draw.rect(screen, 'red', (pos[0], pos[1], 32, 32), 2) + |
