Hannesd15l/Balla-Miner — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple C# app called Balla Miner. It should feel like a goofy fake Bitcoin miner game where the player clicks start and it pretends to mine Balla Coins, with a running coin total, fake mining speed, status messages, and a small log of made up mining events.

Make it very clear that it is just a game. It should not do any real crypto mining, should not connect to anything online, should not run in the background, and should not add itself to startup or do anything suspicious. Add start, stop, and reset controls, and keep the interface simple and fun rather than serious.

Please make it easy to run on Windows, include basic instructions, and use the existing README idea as the guide. If you need current C# desktop app docs, look them up online.

Want more depth? Deep Reverse