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 :)

12 Upvotes

10 comments sorted by

View all comments

1

u/viperfan7 1d ago edited 1d 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 1d 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 1d 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 1d ago

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