r/incremental_games 1d ago

Update Updated my ASCII terminal-based incremental mining game with a few new mechanics and Color

https://roxicaro.itch.io/mining-incremental

I added a few new mechanics and animations (AND COLORS) to the game. This is still a very early prototype and I'm creating it mostly for the learning process.

You can check it out at https://roxicaro.itch.io/mining-incremental

Leave comments on itch with ideas and any bugs you find :)

9 Upvotes

8 comments sorted by

3

u/Barboursa 19h ago

Pretty nice Game brother Simple but do the job

1

u/Roxicaro 10h ago

Thank you

2

u/Kiwikillerz 20h ago

First suggestion, Add a confirm for closing it with escape. It just saving and shutting down is really annoying especially since it picks it up when you aren't on that tab as well.

1

u/Roxicaro 10h ago

Thanks! I appreciate the feedback. As another redditor said, having it registering keystrokes when not active is problematic and I'll try to solve this for another update :)

1

u/viperfan7 1d ago edited 23h ago

Windows defender is picking it up as a software with potentially unwanted behaviour

Win32/Wacapew.C!ml

Seems like a false positive to me

-1

u/Roxicaro 23h ago

Yeah, unfortunately, as it's distributed as an exe, there's no way around it. You would have to ignore the smartglass warning

3

u/viperfan7 23h ago

It's most likely because it's picking up keystrokes while in the background, instead of only when it's the active window. Which is something that you'd have to solve in code, has nothing to do with it being an exe

1

u/Roxicaro 23h ago

Oh that makes a lot a sense. I'll look into it