Skip to content

Commit 2155d33

Browse files
committed
Add a link to a new book
Add a description, follow the template and add a picture.
1 parent cc2bd00 commit 2155d33

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Loading

content/news/033/index.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,31 @@ If needed, a section can be split into subsections with a "------" delimiter.
7272

7373
## Learning Material Updates
7474

75+
### [Game Development with Rust and WebAssembly](https://subscription.packtpub.com/product/game_development/9781801070973)
76+
77+
![Game Development with Rust and WebAssembly Book Cover](game-development-rust-webassembly.png)
78+
79+
A New Book!
80+
81+
Game Development with Rust and WebAssembly by Eric Smith (a.k.a @paytonrules)
82+
was published in April. It takes a tutorial approach to leading the reader
83+
through building an endless runner using Rust and WebAssembly.
84+
85+
From the Summary: This book is an easy-to-follow reference to help you develop
86+
your own games, teaching you all about game development and how to create an
87+
endless runner from scratch. You'll begin by drawing simple graphics in the
88+
browser window, and then learn how to move the main character across the screen.
89+
You'll also create a game loop, a renderer, and more, all written entirely in
90+
Rust. After getting simple shapes onto the screen, you'll scale the challenge by
91+
adding sprites, sounds, and user input. As you advance, you'll discover how to
92+
implement a procedurally generated world. Finally, you'll learn how to keep your
93+
Rust code clean and organized so you can continue to implement new features and
94+
deploy your app on the web.
95+
96+
_Discussions:_ [twitter](https://www.twitter.com/paytonrules),
97+
[discord](https://discord.gg/EjAunSbpdV),
98+
[The Game You'll Build](https://rust-games-webassembly.netlify.app)
99+
75100
## Tooling Updates
76101

77102
## Library Updates

0 commit comments

Comments
 (0)