diff --git a/content/news/032/index.md b/content/news/032/index.md index 36723a95d..8eb1a459d 100644 --- a/content/news/032/index.md +++ b/content/news/032/index.md @@ -336,6 +336,39 @@ Terrain Generator's code is open-sourced on [GitHub][terrain-generator-github]. [clatter]: https://ianjk.com/terrain_generator/ [terrain-generator-github]: https://github.com/kettle11/open_world_game +### [Way of Rhea][wor] + +![way of rhea capsule image](wor-spotlight.jpg) + +[Way of Rhea][wor] is a puzzle adventure with hard puzzles and forgiving +mechanics being produced by [@masonremaley][wor-mason-remaley] in a custom Rust +engine. It has a demo available [on Steam][wor]. + +Latest developments: + +- A [new demo][wor] was pushed to Steam for PAX East +- The [mushroom biome][wor-mushroom] art was completed +- All puzzles for the main game are complete +- More secrets have been added +- Four out of the five [characters][wor-characters] are now in game +- `SDL_mixer` was replaced with a custom Rust mixer built on top of +[libsoundio][wor-libsoundio] +- Numerous minor bug fixes and quality of life improvements, you can find +[more details here][wor-update] + +You can stay up to date with the latest Way of Rhea developments by +[following it on Steam][wor], signing up for [their mailing list][wor-newsletter], +or joining [their Discord][wor-discord]. + +[wor]: https://store.steampowered.com/app/1110620/Way_of_Rhea/?utm_campaign=tmirgd&utm_source=n32 +[wor-update]: https://store.steampowered.com/news/app/1110620/view/3180112431320346739?utm_campaign=tmirgd&utm_source=n32&utm_content=news +[wor-mushroom]: https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/clans/35599024/f356b295d6d71dcaebf4727eca0317269172b1d7.png +[wor-characters]: https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/clans/35599024/4dbe4158059559176d25f4d9326280d83ec6c745.png +[wor-mason-remaley]: https://twitter.com/masonremaley +[wor-newsletter]: https://www.anthropicstudios.com/newsletter/signup +[wor-discord]: https://discord.gg/JGeVt5XwPP +[wor-libsoundio]: http://libsound.io/ + ## Engine Updates ### [godot-rust](https://github.com/godot-rust/godot-rust) diff --git a/content/news/032/wor-spotlight.jpg b/content/news/032/wor-spotlight.jpg new file mode 100644 index 000000000..c73adfaba Binary files /dev/null and b/content/news/032/wor-spotlight.jpg differ