diff --git a/content/news/031/index.md b/content/news/031/index.md index 4c028cd31..bcf5902ca 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -132,6 +132,22 @@ the Web. [buddy-bevy-engine]: https://bevyengine.org/ [buddy-source]: https://github.com/cart/build_a_better_buddy +### [Weegames] + +![Grid of Weegames minigames](weegames.jpg) + +[Weegames] is a fast-paced minigame collection available on web and Windows. +The latest release: + +- Uses [quad-storage] on WASM to save high scores + and a record of how games the player has played +- Fixes bug where the game was being played at an incorrect speed + when the player's monitor was not 60hz +- Adds 8 more minigames + +[Weegames]: https://yeahross.itch.io/weegames +[quad-storage]: https://crates.io/crates/quad-storage + ## Engine Updates ## Learning Material Updates diff --git a/content/news/031/weegames.jpg b/content/news/031/weegames.jpg new file mode 100644 index 000000000..e008510a9 Binary files /dev/null and b/content/news/031/weegames.jpg differ