I've been wanting to try out Pygame, so this is a little personal coding project trying to learn how it works.
Run python3 src/main.py
Use arrow keys to collect seeds and move to different rooms.
Press 1 or 2 to upgrade powerups
Press Q or click X to quit
There's a lot more work that can be done on this game. Thus far, it's been a fun exercise in creativity and becoming exposed to the Pygame toolkit. I've been using Piskell for designing the images and animations. This game did not take a ton of complexity for me to realize the value in reorganizing the code based on good software design principles to ensure the development is not hindered. This reorganizaiton is still in progress.