Skip to content

N28: herberticus books #884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 8, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/news/028/hor-bonus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions content/news/028/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,39 @@ raytraced results:
[raytracer-challenge-shadows]: https://youtu.be/agqAUa1qgGo
[raytracer-challenge-planes]: https://youtu.be/4y1aRPiH9Ko

### [Rust Roguelike Tutorial][rl-tut]

![ascii map and ui](rl-tut.jpg)
_A nasty demon monster at the exit to Abyss_

[The Roguelike Tutorial][rl-tut] by [@herberticus] got
a [new 75th (!) chapter][rl-tut-new] that shows
how to generate a chaotic Voronoi-based city plaza inhabited by dark elves
and adds a new big demon enemy to guard the Abyss portal.

> You can battle your way down to the Dark Elf Plaza,
> and find the gateway to Abyss - but only if you can evade a hulking demon
> and a horde of elves---with very little in the way of help offered.
> Next up, we'll begin to build the Abyss.

[@herberticus]: https://twitter.com/herberticus
[rl-tut]: http://bfnightly.bracketproductions.com/rustbook
[rl-tut-new]: http://bfnightly.bracketproductions.com/rustbook/chapter_75.html

### [Hands-on Rust][hor]

![A screenshot of a game in a browser](hor-bonus.jpg)
_A Dungeon Crawler running in a browser_

Another update from [@herberticus] is a bonus article for the
[Hands-on Rust][hor] book: ["Run Your Rust Games in a Browser"][hor-bonus]
that guides the reader though the basics of building and publishing
[bracket-lib] games in WebAssembly.

[hor-bonus]: https://hands-on-rust.com/2021/11/06/run-your-rust-games-in-a-browser-hands-on-rust-bonus-content/
[hor]: https://hands-on-rust.com
[bracket-lib]: https://github.com/amethyst/bracket-lib

## Tooling Updates

### [SPV]
Expand Down
Binary file added content/news/028/rl-tut.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.