diff options
author | Gilles Henaux <gill.henaux@gmail.com> | 2022-11-03 19:26:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 19:26:14 +0100 |
commit | d4120f03647b21518a0242ef305015a8a32f8443 (patch) | |
tree | 47ebaed4b6b6bc31c3a2b4edff56f4058ba847fe /README.md | |
parent | bc672829e59a70ed5a0fd81c1f98f1af86c2eb22 (diff) |
[readme] Add breakout example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -197,6 +197,8 @@ This demo is a modification of the classic [Bevy breakout](https://bevyengine.or It hosts a local server from inside a client, instead of a dedicated headless server as in the chat demo. You can find a [server module](examples/breakout/server.rs), a [client module](examples/breakout/client.rs), a shared [protocol](examples/breakout/protocol.rs) and the [bevy app schedule](examples/breakout/breakout.rs). + + Start two clients with `cargo run --example breakout`, "Host" one one and "Join" on the other. ## Certificates |