Skip to content

Commit d0aa0de

Browse files
N16: Bevy chess tutorial (#372)
1 parent f52aec7 commit d0aa0de

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
419 KB
Loading

content/posts/newsletter-016/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ Some of this month's updates:
8282

8383
## Learning Material Updates
8484

85+
### [Chess game in Rust using Bevy]
86+
87+
![Tutorial result](bevy_chess.gif)
88+
_Chess gameplay_
89+
90+
[@guimcaballero] published a tutorial on using Bevy 0.3 to make a Chess clone in
91+
3d. Most of the concepts are explained along the way, from how to load meshes to
92+
how to select pieces and board squares, using [bevy_mod_picking].
93+
94+
[Chess game in Rust using Bevy]: https://caballerocoll.com/blog/bevy-chess-tutorial/
95+
[@guimcaballero]: https://twitter.com/guimcaballero
96+
[bevy_mod_picking]: https://github.com/aevyrie/bevy_mod_picking/
97+
8598
### [Learn Wgpu][learn-wgpu]
8699

87100
Development of new tutorial content has slowed down due to wgpu still being in

0 commit comments

Comments
 (0)