~starkingdoms/starkingdoms

ref: 2e1aa7be2e2829b9f15f99bbc851cf1768026f5a starkingdoms/index.md -rw-r--r-- 258 bytes
2e1aa7be — core feat: solver optimization (pro tip: do not do io in the hot path) 17 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