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 cafd444799
Added portwhisper.rs
This little bit of ChatGPT code here opens  port 4000 (the client-to-server port we're thinking of) and takes a bunch of variables in an array and tells them to the server or as we nicknamed It - whispering to the server.
2024-12-18 22:27:33 +01:00
src Updated main.rs adding a fix for multithreading 2024-12-18 20:28:28 +01:00
to_be_implemented? Added portwhisper.rs 2024-12-18 22:27:33 +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