It's a (currently (not as) broken) Clicker game written in rust. Currently trying to make It a multiplayer game. Send help - networking is P A I N
Find a file
Dangrain 4adc7e1651
Updated main.rs adding a fix for multithreading
I added a fix for multithreading {I am actively in pain send help aaaaaaaaaaaa}
Once activated autoclicker now doesn't kill the program instead making a background thread that adds X amount to the current players score.
The thread Is currently not killed upon program close and you should probably not run It, since It leaves a dangling thread.
Cheers
~ Dan
2024-12-18 20:28:28 +01:00
src Updated main.rs adding a fix for multithreading 2024-12-18 20:28:28 +01:00
Cargo.lock Add files via upload 2024-12-17 12:20:28 +01:00
Cargo.toml Add files via upload 2024-12-17 12:20:28 +01:00
LICENSE Initial commit 2024-12-17 12:19:13 +01:00