Skip to content

Commit 67d919c

Browse files
Add bevy_match3 section (#983)
Co-authored-by: Joe Clay <[email protected]>
1 parent 9a6d2db commit 67d919c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
1.43 MB
Loading

content/news/032/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,20 @@ mini-games that use this framework.
124124

125125
## Library Updates
126126

127+
### [bevy_match3]
128+
129+
![An animated gif depicting a simple match 3 game where gems are matched in sets of 3 or more and new gems drop down to take their place](bevy_match3_example.gif)
130+
131+
[bevy_match3] ([GitHub](https://github.com/Sheepyhead/bevy_match3))
132+
by [@Sheepyhead](https://twitter.com/devsheepy)
133+
is an event-based Bevy crate for handling the logic side of match 3 games so
134+
you can worry about making everything else!
135+
136+
This was recently released in its first public version, so there are several
137+
parts to improve, and it could really use some battle testing.
138+
139+
[bevy_match3]: https://crates.io/crates/bevy_match3
140+
127141
### [dos-like-rs]
128142

129143
![Screenshot of example "rotozoom" from dos-like-rs,

0 commit comments

Comments
 (0)