Skip to content

Commit 36a9912

Browse files
herluf-baozkriff
andauthored
N38: Making a turn-based multiplayer game in Rust (#1158)
Co-authored-by: Andrey Lesnikov <[email protected]>
1 parent 9747e0a commit 36a9912

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/news/038/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,20 @@ If needed, a section can be split into subsections with a "------" delimiter.
7272

7373
## Learning Material Updates
7474

75+
### [Making a turn-based multiplayer game in Rust][tbs-tutrial-1]
76+
77+
![A screenshot of the tic tac toe clone the tutorial covers](tbs-multiplayer-tutorial.png)
78+
79+
@herluf-ba published a beginner friendly [3 part tutorial series][tbs-tutrial-1]
80+
about making turn-based multiplayer games using rust.
81+
It covers what games can be considered "turn-based",
82+
how to write a simple but neat game server using [renet],
83+
and finally how to tie it all together with a client app made with [bevy].
84+
85+
[tbs-tutrial-1]: https://herluf-ba.github.io/making-a-turn-based-multiplayer-game-in-rust-01-whats-a-turn-based-game-anyway.html
86+
[renet]: https://github.com/lucaspoffo/renet
87+
[bevy]: https://github.com/bevyengine/bevy
88+
7589
## Tooling Updates
7690

7791
## Library Updates
50.4 KB
Loading

0 commit comments

Comments
 (0)