Skip to content

Commit a9eaae8

Browse files
committed
N20: Add Bevy Cheatbook
1 parent 7b72afa commit a9eaae8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-020/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,22 @@ New Updates:
270270

271271
## Learning Material Updates
272272

273+
### [Bevy Cheatbook: Major Overhaul for Bevy 0.5][bevy_cheatbook]
274+
275+
The Unofficial Bevy Cheatbook by @jamadazi is a practical reference book for
276+
the [Bevy Game Engine][bevy]. It teaches programming patterns, features, and
277+
solutions to common problems. Written to be concise and easy to learn from.
278+
279+
The book recently got a major overhaul for the big new Bevy 0.5 release. Many
280+
pages were expanded or rewritten, new content added, and community feedback
281+
addressed.
282+
283+
If you are interested in Bevy, this book is now one of the most detailed
284+
learning resources. Have fun making cool things with Bevy!
285+
286+
[bevy_cheatbook]: https://bevy-cheatbook.github.io
287+
[bevy]: https://bevyengine.org
288+
273289
### [Reverse-Engineering NES Tetris to add Hard Drop][tetris-hard-drop]
274290

275291
![NES Tetris with Hard Drop and Ghost Piece](tetris-hard-drop.gif) _NES Tetris

0 commit comments

Comments
 (0)