diff --git a/content/posts/newsletter-016/bevy_chess.gif b/content/posts/newsletter-016/bevy_chess.gif new file mode 100644 index 000000000..a2a9ee8c3 Binary files /dev/null and b/content/posts/newsletter-016/bevy_chess.gif differ diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index e0b20bb6f..7f3205a17 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -82,6 +82,19 @@ Some of this month's updates: ## Learning Material Updates +### [Chess game in Rust using Bevy] + +![Tutorial result](bevy_chess.gif) +_Chess gameplay_ + +[@guimcaballero] published a tutorial on using Bevy 0.3 to make a Chess clone in +3d. Most of the concepts are explained along the way, from how to load meshes to +how to select pieces and board squares, using [bevy_mod_picking]. + +[Chess game in Rust using Bevy]: https://caballerocoll.com/blog/bevy-chess-tutorial/ +[@guimcaballero]: https://twitter.com/guimcaballero +[bevy_mod_picking]: https://github.com/aevyrie/bevy_mod_picking/ + ### [Learn Wgpu][learn-wgpu] Development of new tutorial content has slowed down due to wgpu still being in