diff --git a/content/news/031/bevy_minesweeper.png b/content/news/031/bevy_minesweeper.png new file mode 100644 index 000000000..e1fa96c9b Binary files /dev/null and b/content/news/031/bevy_minesweeper.png differ diff --git a/content/news/031/index.md b/content/news/031/index.md index eac85a3b4..0ff24a1f9 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -72,6 +72,32 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### [Bevy Minesweeper] + +![screenshot](bevy_minesweeper.png) +_Demo Screenshot_ + +[@ManevilleF] published a 12 step [course][Bevy Minesweeper] on how to make a +simple 2D Minesweeper using [bevy][bevy] 0.6. +A [public repository][bevy_minesweeper_repo] is +available, as well as a live [demo][bevy_minesweeper_demo]. + +The tutorial showcases: + +- essential features of the [bevy][bevy] engine +- important ECS notions for beginners +- WASM build +- and soon, android native apk build + +_Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_ + +[Bevy Minesweeper]: https://dev.to/qongzi/bevy-minesweeper-introduction-4l7f +[bevy_minesweeper_repo]: https://gitlab.com/qonfucius/minesweeper-tutorial +[bevy_minesweeper_demo]: https://qonfucius.gitlab.io/minesweeper-tutorial/ +[bevy]: https://bevyengine.org +[@ManevilleF]: https://github.com/ManevilleF +[bevy_minesweeper_twitter]: https://twitter.com/ManevilleF/status/1495787155280510977?s=20&t=omNFCI2cWgDFNC0MC7NWTg + ## Tooling Updates ## Library Updates