Skip to content

N33: Add a link to a new book #1015

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 2 commits into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions content/news/033/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,33 @@ If needed, a section can be split into subsections with a "------" delimiter.

## Learning Material Updates

### [Game Development with Rust and WebAssembly][wasm-gamedev]

![Game Development with Rust and WebAssembly Book Cover](game-development-rust-webassembly.png)

[Game Development with Rust and WebAssembly][wasm-gamedev] by
Eric Smith (a.k.a [@paytonrules][wasm-gamedev-twitter])
was published in April. It takes a tutorial approach to leading the reader
through building an endless runner using Rust and WebAssembly. You can play
the completed game [here][wasm-gamedev-game].

From the summary: This book is an easy-to-follow reference to help you develop
your own games, teaching you all about game development and how to create an
endless runner from scratch. You'll begin by drawing simple graphics in the
browser window, and then learn how to move the main character across the screen.
You'll also create a game loop, a renderer, and more, all written entirely in
Rust. After getting simple shapes onto the screen, you'll scale the challenge by
adding sprites, sounds, and user input. As you advance, you'll discover how to
implement a procedurally generated world. Finally, you'll learn how to keep your
Rust code clean and organized so you can continue to implement new features and
deploy your app on the web.

_Discussions: [Twitter][wasm-gamedev-twitter], [Discord](https://discord.gg/EjAunSbpdV)_

[wasm-gamedev]: https://subscription.packtpub.com/product/game_development/9781801070973
[wasm-gamedev-twitter]: https://www.twitter.com/paytonrules
[wasm-gamedev-game]: https://rust-games-webassembly.netlify.app

## Tooling Updates

## Library Updates
Expand Down