Minigun Miner by drludos
Use your minigun to dig into the ground and collect the gold nuggets!
Be careful to avoid touching the ground! Hopefully, your minigun recoil will allow you to fly!

Use Left/Right arrows to AIM and Space to SHOOT (and also move!)
It's a Python game (Pygame), so you can play it on any computer with Python and Pygame installed.
For convenience, I've have also uploaded it to Replit, so you can play it online. It might be laggy, and apparently there is no sound output, so I recommend playing on your computer if possible, but you'll still get the core idea through the online version.
I've also added standalone downloadable builds (working out of the box without Python installed on your computer) for Windows, Linux and MacOS. They have been built with PyInstaller through Github Actions (Github's CI/CD pipeline), so please report any issue you may have using them.
This game was made from scratch (compo) in about 10h using Python and Pygame. It's tiny and very barebone, but I hope you'll enjoy it anyway!
| Play Pygame online (Replit - no sound output) | https://replit.com/@drludos/minigunminer?outputonly=1 |
| Source code (Python) | https://github.com/drludos/minigunminer |
| Windows standalone build (PyInstaller) | https://github.com/drludos/minigunminer/releases/download/v1-ports/MinigunMiner.exe |
| macOS standalone build (PyInstaller) | https://github.com/drludos/minigunminer/releases/download/v1-ports/MinigunMiner.zip |
| Linux standalonde build (PyInstaller on Ubuntu) | https://github.com/drludos/minigunminer/releases/download/v1-ports/MinigunMiner |
| Original URL | https://ldjam.com/events/ludum-dare/48/minigun-miner |
Ratings
| Overall | 726th | 3.038⭐ | 28🧑⚖️ |
| Fun | 475th | 3.288⭐ | 28🧑⚖️ |
| Innovation | 454th | 3.212⭐ | 28🧑⚖️ |
| Theme | 492th | 3.519⭐ | 28🧑⚖️ |
| Graphics | 786th | 2.66⭐ | 27🧑⚖️ |
| Audio | 656th | 2.475⭐ | 22🧑⚖️ |
| Humor | 389th | 2.609⭐ | 25🧑⚖️ |
| Mood | 734th | 2.688⭐ | 26🧑⚖️ |
| Given | 10🗳️ | 12🗨️ |
Good job anyways!
You should probably go give out a few more ratings, it'd be a shame if this didn't get ranked!
Some remarks:
1. [F] key does nothing in main menu in Windows version. Expectation: [F] key toggles fullscreen mode as mentioned.
2. This might be intendent. but minigun feels too strong: it pushed you back to top too much so you need to fall down longer. Expectation: minigun pushed you back with less power.
Hope this will be helpful.
Nice entry!