Skip to content

Commit 744839a

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/posts/newsletter-020/index.md

+17
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,23 @@ 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 to the
276+
[Bevy Game Engine][bevy]. It teaches Bevy Programming patterns and practices,
277+
features, and solutions to common problems. It is written to be concise and
278+
easy to learn from.
279+
280+
The book recently got a major overhaul for the big new Bevy 0.5 release. Many
281+
pages were expanded or rewritten, new content added, and community feedback
282+
addressed.
283+
284+
If you are interested in using Bevy, this book is now one of the most detailed
285+
learning resources. Have fun making cool things with Bevy!
286+
287+
[bevy_cheatbook]: https://bevy-cheatbook.github.io
288+
[bevy]: https://bevyengine.org
289+
273290
### [Reverse-Engineering NES Tetris to add Hard Drop][tetris-hard-drop]
274291

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

0 commit comments

Comments
 (0)