| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Falling Pickaxe Game inspired from YouTube shorts livestreams.
You can check my video here: https://www.youtube.com/watch?v=gcjeidHWEb4
If you consider streaming this game on your own youtube channel, please add credits in the description of your video/livestream. Credits should inclue a link to this repository and a link to my youtube channel.
Copy paste example:
Falling Pickaxe game made by Vycdev YT: https://www.youtube.com/@vycdev GH: https://github.com/vycdev/falling-pickaxe
Donations on YouTube (Super Thanks) or showing support on Patreon is also highly appreciated.
Update: You can watch my tutorial here: https://youtu.be/aFrvoFE7r_g
The easiest way to run the game is using the automated scripts that handle everything for you:
For Windows:
./scripts/run.ps1
For Linux/macOS:
chmod +x ./scripts/run.sh ./scripts/run.sh
These scripts will automatically:
If you prefer to set up the environment manually:
python -m venv .venv # On Windows: .venv\Scripts\activate # On Linux/macOS: source .venv/bin/activate
pip install -r requirements.txt
python ./src/main.py
Note: The automated scripts (run.ps1 and run.sh) will run the game and restart it in case of unexpected crashes. When you close the game window normally, the script will exit cleanly. This is perfect for unattended streams.
Steps 2 to 6 are optional. You can disable the entire YouTube integration by setting the property: "CHAT_CONTROL": false
tnt fast slow big wood stone iron gold diamond netherite
Extra details about when a MegaTNT appears in the game:
Any kind of improvements to the code, refactoring, new features, bug fixes, ideas, or anything else is welcome. You can open an issue or a pull requets and I will review it as soon as I can.
You can also help by subscribing or becoming a member of my YouTube channel to help me create more videos and projects like these.
Falling Pickaxe: Ultimate Mining Arcade Game for Streamers – Explosive Action & Massive Earnings!
Step into the world of Falling Pickaxe, the most addictive and interactive mining arcade game designed specifically for YouTube streamers! In this high-energy, physics-based adventure, you control a gigantic pickaxe falling through a dynamic, block-filled landscape. Smash obstacles, trigger explosive TNT, and collect valuable ores to power up your gameplay while engaging with your audience in real time.
Why Falling Pickaxe is a Must-Play for Streamers:
Transform your YouTube channel into a money-making, interactive gaming hub with Falling Pickaxe – the ultimate mining adventure that delivers explosive action, high viewer engagement, and serious revenue potential. Start streaming today and experience the thrill of interactive arcade gaming like never before!
As I showed you in the video my inspiration was Petyr and the other YouTubers who made their own version of the Falling Pickaxe game. Huge thanks to them.
| Back | FazBrowse Home | New Git URL |