h0uter / galgo

1 stars 1 forks source link

feat: Introduce networking #3

Open bobluppes opened 1 month ago

bobluppes commented 1 month ago

🚨 do not merge

PoC to introduce networking, allowing 2 players to play against each other over the network. Currently this is implemented as a "1v1" mode where one player is the "Word Master" and the other player is the "Guessing Player".

Let's merge #2 first and I can resolve the merge conflicts on this branch. Setting this one in draft state as I may want to clean up and fix the git history a bit (which is a messed up due to renaming src/lib.rs to src/game.rs). But any early feedback is welcome 😄

h0uter commented 1 month ago

i think lib.rs is a Rust convention for the top level library file