Implement very basic and bad and specific netcode
All checks were successful
CI / Formatting (push) Successful in 1m14s

The game can now retrieve its seed from another game on the network
This commit is contained in:
Michael Bradley 2025-05-25 00:54:16 -04:00
parent 50ef78f7aa
commit dad37262a5
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
7 changed files with 116 additions and 5 deletions

2
.vscode/launch.json vendored
View file

@ -11,7 +11,7 @@
"cargo": {
"args": ["build"]
},
"args": ["--seed=gargamel"],
"args": ["--seed=:)"],
"cwd": "${workspaceFolder}",
"env": {
"CARGO_MANIFEST_DIR": "${workspaceFolder}",