Grocery store by dUmMy432
collect items required by the customer and them deliver it ... unzip the archive and run the .exe file made using python and pygame... so please ignore the bad graphics
hope you enjoy it... cheers :) for windows only
the source for this and the assets for this game is in the .zip folder (you gyz can mod the game if you want)
pls ignore the embed html5

| Original URL | https://ldjam.com/events/ludum-dare/53/grocery-store |
Ratings
| Given | 0🗳️ | 0🗨️ |
Got this error when exiting by clicking X button on window:
```
Traceback (most recent call last):
File "game.py", line 353, in <module>
exit()
NameError: name 'exit' is not defined
```
The level starts are both very sudden, I think it would be better to have a "3-2-1-Go" countdown so you have time to prepare.
Suggestion would be to make learning process a bit slower and easier to let the playere understand the mechanics first. Good job)
Like others said a little replay button would be nice, but good job :wink:
The game crashes when you close the window, I think you should use `sys.exit()` (with an `import sys` at the top) instead of `exit()` (as `exit()` only works inside of a Python shell session, not in an executable created with PyInstaller).
There isn't much in the gameplay but can understand what you tried!!!
Graphics wasn't that bad!!!
Good submission!
Overall okay game, I feel like you could've worked on the sound a bit more, added some kind of audio system, though I'm not familiar with pygame so maybe it's not so easy. But it's good for a game made in 3 days :)
