A simple multiplayer game using Bevy. The game is split into two parts: the server and the client.
cargo run --bin tanks_server --no-default-features --features="server"
cargo run --bin tanks_client --no-default-features --features="client"
trunk serve