aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGilles Henaux <gill.henaux@gmail.com>2022-11-03 19:26:14 +0100
committerGitHub <noreply@github.com>2022-11-03 19:26:14 +0100
commitd4120f03647b21518a0242ef305015a8a32f8443 (patch)
tree47ebaed4b6b6bc31c3a2b4edff56f4058ba847fe /README.md
parentbc672829e59a70ed5a0fd81c1f98f1af86c2eb22 (diff)
[readme] Add breakout example
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2e6f859..bbbf3e9 100644
--- a/README.md
+++ b/README.md
@@ -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).
+![breakout_versus_demo_short](https://user-images.githubusercontent.com/19689618/199804335-17df365c-32aa-49b1-94f1-11b8c7162ae3.gif)
+
Start two clients with `cargo run --example breakout`, "Host" one one and "Join" on the other.
## Certificates