diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md index 83fd295a8..3902db230 100644 --- a/content/posts/newsletter-018/index.md +++ b/content/posts/newsletter-018/index.md @@ -434,6 +434,28 @@ Recent updates include: [planks_ecs]: https://www.jojolepro.com/blog/2021-01-13_planks_ecs [shotcaller-v0.4.0]: https://reddit.com/r/rust_gamedev/comments/kveih9/shotcaller_mobagame_v040 +### [Zemeroth][zemeroth] + +[![Some generic gameplay demo](zemeroth.gif)][zemeroth-audio] +_Click to [watch a footage with sound][zemeroth-audio] 🔊_ + +[Zemeroth][zemeroth] by [@ozkriff] is a minimalistic 2D turn-based tactical game. +Some of the recent updates: + +- The game [was migrated from good-web-game to macroquad][zemeroth-macroquad] + and converted to explicit async aseets loading. +- Proper [sound effects & music were added][zemeroth-audio] + using the [quad-snd] library ([more details][zemeroth-audio-details]). + +The final preparations for v0.7 are wrapping up! + +[zemeroth]: https://github.com/ozkriff/zemeroth +[@ozkriff]: https://twitter.com/ozkriff +[zemeroth-macroquad]: https://twitter.com/ozkriff/status/1332031459985682436 +[zemeroth-audio]: https://twitter.com/ozkriff/status/1341052260885942272 +[zemeroth-audio-details]: https://twitter.com/ozkriff/status/1346422661187035136 +[quad-snd]: https://github.com/not-fl3/quad-snd + ## Learning Material Updates ### [Exploring WebSocket with Rust and Tide] diff --git a/content/posts/newsletter-018/zemeroth.gif b/content/posts/newsletter-018/zemeroth.gif new file mode 100644 index 000000000..9a562b099 Binary files /dev/null and b/content/posts/newsletter-018/zemeroth.gif differ