diff --git a/content/news/038/index.md b/content/news/038/index.md index c3dfe83c1..d4d5ff14b 100644 --- a/content/news/038/index.md +++ b/content/news/038/index.md @@ -72,6 +72,20 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### [Making a turn-based multiplayer game in Rust][tbs-tutrial-1] + +![A screenshot of the tic tac toe clone the tutorial covers](tbs-multiplayer-tutorial.png) + +@herluf-ba published a beginner friendly [3 part tutorial series][tbs-tutrial-1] +about making turn-based multiplayer games using rust. +It covers what games can be considered "turn-based", +how to write a simple but neat game server using [renet], +and finally how to tie it all together with a client app made with [bevy]. + +[tbs-tutrial-1]: https://herluf-ba.github.io/making-a-turn-based-multiplayer-game-in-rust-01-whats-a-turn-based-game-anyway.html +[renet]: https://github.com/lucaspoffo/renet +[bevy]: https://github.com/bevyengine/bevy + ## Tooling Updates ## Library Updates diff --git a/content/news/038/tbs-multiplayer-tutorial.png b/content/news/038/tbs-multiplayer-tutorial.png new file mode 100644 index 000000000..003baf700 Binary files /dev/null and b/content/news/038/tbs-multiplayer-tutorial.png differ