Implement very basic and bad and specific netcode
All checks were successful
CI / Formatting (push) Successful in 1m14s
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:
parent
50ef78f7aa
commit
dad37262a5
7 changed files with 116 additions and 5 deletions
|
@ -36,6 +36,7 @@ bevy = { version = "0.16.0", default-features = false, features = [
|
|||
] }
|
||||
bevy_rand = { version = "0.11.0", features = ["wyrand", "std"] }
|
||||
clap = { version = "4.5.32", features = ["derive"] }
|
||||
crossbeam-channel = "0.5.15"
|
||||
log = { version = "*", features = [
|
||||
"max_level_debug",
|
||||
"release_max_level_warn",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue