@@ -424,6 +424,39 @@ raytraced results:
424
424
[ raytracer-challenge-shadows ] : https://youtu.be/agqAUa1qgGo
425
425
[ raytracer-challenge-planes ] : https://youtu.be/4y1aRPiH9Ko
426
426
427
+ ### [ Rust Roguelike Tutorial] [ rl-tut ]
428
+
429
+ ![ ascii map and ui] ( rl-tut.jpg )
430
+ _ A nasty demon monster at the exit to Abyss_
431
+
432
+ [ The Roguelike Tutorial] [ rl-tut ] by [ @herberticus ] got
433
+ a [ new 75th (!) chapter] [ rl-tut-new ] that shows
434
+ how to generate a chaotic Voronoi-based city plaza inhabited by dark elves
435
+ and adds a new big demon enemy to guard the Abyss portal.
436
+
437
+ > You can battle your way down to the Dark Elf Plaza,
438
+ > and find the gateway to Abyss - but only if you can evade a hulking demon
439
+ > and a horde of elves---with very little in the way of help offered.
440
+ > Next up, we'll begin to build the Abyss.
441
+
442
+ [ @herberticus ] : https://twitter.com/herberticus
443
+ [ rl-tut ] : http://bfnightly.bracketproductions.com/rustbook
444
+ [ rl-tut-new ] : http://bfnightly.bracketproductions.com/rustbook/chapter_75.html
445
+
446
+ ### [ Hands-on Rust] [ hor ]
447
+
448
+ ![ A screenshot of a game in a browser] ( hor-bonus.jpg )
449
+ _ A Dungeon Crawler running in a browser_
450
+
451
+ Another update from [ @herberticus ] is a bonus article for the
452
+ [ Hands-on Rust] [ hor ] book: [ "Run Your Rust Games in a Browser"] [ hor-bonus ]
453
+ that guides the reader though the basics of building and publishing
454
+ [ bracket-lib] games in WebAssembly.
455
+
456
+ [ hor-bonus ] : https://hands-on-rust.com/2021/11/06/run-your-rust-games-in-a-browser-hands-on-rust-bonus-content/
457
+ [ hor ] : https://hands-on-rust.com
458
+ [ bracket-lib ] : https://github.com/amethyst/bracket-lib
459
+
427
460
## Tooling Updates
428
461
429
462
### [ SPV]
0 commit comments