@@ -222,6 +222,22 @@ Here's a roundup of some of them:
222
222
223
223
## Library & Tooling Updates
224
224
225
+ ### Rust Sokoban Tutorial
226
+
227
+ ![ sokoban level] ( sokoban_level.gif )
228
+
229
+ Rust Sokoban tutorial is an online book aimed at Rust gamedev beginners
230
+ which walks through making a simple Sokoban game using ECS, ggez and specs.
231
+ It tries to teach the basics of architecting in ECS and basic Rust concepts
232
+ through a hands-on approach.
233
+ [ @oliviff ] is currently looking for a few people
234
+ to beta test the tutorial before it goes live,
235
+ if you've got a spare couple of hours and you'd like to contribute,
236
+ send her a [ DM] [ oliviff-dm ] .
237
+
238
+ [ @oliviff ] : https://twitter.com/oliviff
239
+ [ oliviff-dm ] : https://twitter.com/messages/compose?recipient_id=118804845
240
+
225
241
### ` gfx-rs ` and ` wgpu ` News
226
242
227
243
![ hectic screenshot: graveyard and vampires] ( hectic.png )
@@ -417,6 +433,7 @@ or [join the next meeting][join].
417
433
418
434
<!-- Links to "good first issue"-labels or direct links to specific tasks -->
419
435
436
+ - Beta-test the [ Rust Sokoban Tutorial] ( #rust-sokoban-tutorial ) ;
420
437
- [ Embark's open issues] [ embark-open-issues ] ([ embark.rs] );
421
438
- [ winit's "Good first issue" and “help wanted” issues] [ winit-issues ] ;
422
439
- [ gfx-rs's "contributor-friendly" issues] [ gfx-issues ] ;
0 commit comments