diff --git a/content/news/049/index.md b/content/news/049/index.md index db57c4a99..5026960c6 100644 --- a/content/news/049/index.md +++ b/content/news/049/index.md @@ -71,6 +71,20 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### [Failing to build P2P Multiplayer Pong with Bevy][chrisbiscardi-vid1] + +[![multiplayer-pong](multiplayer-pong-fail.jpg)][chrisbiscardi-vid1] + +[@chrisbiscardi] published a [video][chrisbiscardi-vid1] covering +P2P multiplayer games with rollback networking and physics. +This video dives into what makes it difficult and what parts +work out of the box before identifying better potential paths to take in the future. + +_Discussions: [Mastodon](https://hachyderm.io/@chrisbiscardi/110934091254135119)_ + +[chrisbiscardi-vid1]: https://youtube.com/watch?v=wpx9qhKEuP8 +[@chrisbiscardi]: https://twitter.com/chrisbiscardi + ## Tooling Updates ## Library Updates diff --git a/content/news/049/multiplayer-pong-fail.jpg b/content/news/049/multiplayer-pong-fail.jpg new file mode 100644 index 000000000..ba6bcf68f Binary files /dev/null and b/content/news/049/multiplayer-pong-fail.jpg differ