~starkingdoms/starkingdoms

ref: 61e04aa75aeca08197ed5cdd8e71ba79378b887f starkingdoms/index.md -rw-r--r-- 258 bytes
61e04aa7 — core feat(netcode-rewrite): miscellaneous fixes 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