Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 36a9912

Browse filesBrowse files
herluf-baozkriff
andauthored
N38: Making a turn-based multiplayer game in Rust (rust-gamedev#1158)
Co-authored-by: Andrey Lesnikov <ozkriff@gmail.com>
1 parent 9747e0a commit 36a9912
Copy full SHA for 36a9912

File tree

2 files changed

+14
-0
lines changed
Filter options

2 files changed

+14
-0
lines changed

‎content/news/038/index.md

Copy file name to clipboardExpand all lines: content/news/038/index.md
+14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.