Skip to content

Commit 8caa21a

Browse files
N31. Bevy minesweeper tutorial (#952)
* N31. Bevy minesweeper tutorial * Fixed lint * Removed trailing space * Changed links Co-authored-by: Forest Anderson <[email protected]>
1 parent d60fef0 commit 8caa21a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

content/news/031/bevy_minesweeper.png

50.5 KB
Loading

content/news/031/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,32 @@ The latest release:
152152

153153
## Learning Material Updates
154154

155+
### [Bevy Minesweeper]
156+
157+
![screenshot](bevy_minesweeper.png)
158+
_Demo Screenshot_
159+
160+
[@ManevilleF] published a 12 step [course][Bevy Minesweeper] on how to make a
161+
simple 2D Minesweeper using [bevy][bevy] 0.6.
162+
A [public repository][bevy_minesweeper_repo] is
163+
available, as well as a live [demo][bevy_minesweeper_demo].
164+
165+
The tutorial showcases:
166+
167+
- essential features of the [bevy][bevy] engine
168+
- important ECS notions for beginners
169+
- WASM build
170+
- and soon, android native apk build
171+
172+
_Discussions: [Twitter][bevy_minesweeper_twitter], [dev.to][Bevy Minesweeper]_
173+
174+
[Bevy Minesweeper]: https://dev.to/qongzi/bevy-minesweeper-introduction-4l7f
175+
[bevy_minesweeper_repo]: https://gitlab.com/qonfucius/minesweeper-tutorial
176+
[bevy_minesweeper_demo]: https://qonfucius.gitlab.io/minesweeper-tutorial/
177+
[bevy]: https://bevyengine.org
178+
[@ManevilleF]: https://github.com/ManevilleF
179+
[bevy_minesweeper_twitter]: https://twitter.com/ManevilleF/status/1495787155280510977?s=20&t=omNFCI2cWgDFNC0MC7NWTg
180+
155181
## Tooling Updates
156182

157183
### [Vismut]

0 commit comments

Comments
 (0)