fix: integrate multiplayer
This commit is contained in:
parent
3f3f4598f6
commit
82803ded36
10 changed files with 75 additions and 2308 deletions
2
justfile
2
justfile
|
|
@ -41,7 +41,7 @@ build-relay:
|
|||
CARGO_PROFILE_RELEASE_OPT_LEVEL=3 cargo build -p relay-server --release
|
||||
mkdir -p deploy
|
||||
cp target/release/relay-server deploy
|
||||
cp -u service/relay-server/GameConfig.json deploy/
|
||||
cp -u server/relay-server/GameConfig.json deploy/
|
||||
|
||||
runclibots:
|
||||
cargo run --bin=client_cli -- --bot random,dqnburn:./bot/models/burnrl_dqn_40.mpk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue