Skip to content

Commit 4f537a6

Browse files
authored
N20: Add Bevy Cheatbook (#554)
1 parent 84a4b88 commit 4f537a6

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
@@ -355,6 +355,22 @@ New Updates:
355355

356356
## Learning Material Updates
357357

358+
### [Bevy Cheatbook: Major Overhaul for Bevy 0.5][bevy_cheatbook]
359+
360+
The Unofficial Bevy Cheatbook by @jamadazi is a practical reference book for
361+
the [Bevy Game Engine][bevy]. It teaches programming patterns, features, and
362+
solutions to common problems. Written to be concise and easy to learn from.
363+
364+
The book recently got a major overhaul for the big new Bevy 0.5 release. Many
365+
pages were expanded or rewritten, new content added, and community feedback
366+
addressed.
367+
368+
If you are interested in Bevy, this book is now one of the most detailed
369+
learning resources. Have fun making cool things with Bevy!
370+
371+
[bevy_cheatbook]: https://bevy-cheatbook.github.io
372+
[bevy]: https://bevyengine.org
373+
358374
### [Reverse-Engineering NES Tetris to add Hard Drop][tetris-hard-drop]
359375

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

0 commit comments

Comments
 (0)