File tree 2 files changed +14
-0
lines changed
Filter options
2 files changed +14
-0
lines changed
Original file line number Diff line number Diff line change @@ -72,6 +72,20 @@ If needed, a section can be split into subsections with a "------" delimiter.
72
72
73
73
## Learning Material Updates
74
74
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
+
75
89
## Tooling Updates
76
90
77
91
## Library Updates
You can’t perform that action at this time.
0 commit comments