~starkingdoms/starkingdoms

ref: 06663f6e947e1f514a0dd87b4e256ef9de377d17 starkingdoms/index.md -rw-r--r-- 258 bytes
06663f6e — core feat(netcode-rewrite): remove all networking 29 days ago

#starkingdoms: the manual

how to run client: RUST_LOG="info,starkingdoms=trace" cargo run -F native -- client --server 'ws://[::1]:5151' how to run server: RUST_LOG="info,starkingdoms=trace" cargo run -F native -- server --tick-rate 60 --max-clients 16