diff --git a/content/news/032/bevy_match3_example.gif b/content/news/032/bevy_match3_example.gif new file mode 100644 index 000000000..8bc5ee501 Binary files /dev/null and b/content/news/032/bevy_match3_example.gif differ diff --git a/content/news/032/index.md b/content/news/032/index.md index 01295afca..bb893ef15 100644 --- a/content/news/032/index.md +++ b/content/news/032/index.md @@ -95,6 +95,20 @@ mini-games that use this framework. ## Library Updates +### [bevy_match3] + +![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) + +[bevy_match3] ([GitHub](https://github.com/Sheepyhead/bevy_match3)) +by [@Sheepyhead](https://twitter.com/devsheepy) +is an event-based Bevy crate for handling the logic side of match 3 games so +you can worry about making everything else! + +This was recently released in its first public version, so there are several +parts to improve, and it could really use some battle testing. + +[bevy_match3]: https://crates.io/crates/bevy_match3 + ### [dos-like-rs] ![Screenshot of example "rotozoom" from dos-like-rs,