diff --git a/content/posts/newsletter-008/dynamaze.png b/content/posts/newsletter-008/dynamaze.png new file mode 100644 index 000000000..3f05e8fe2 Binary files /dev/null and b/content/posts/newsletter-008/dynamaze.png differ diff --git a/content/posts/newsletter-008/index.md b/content/posts/newsletter-008/index.md index 339bd6a4b..d550bf09d 100644 --- a/content/posts/newsletter-008/index.md +++ b/content/posts/newsletter-008/index.md @@ -51,6 +51,19 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Game Updates +### [DynaMaze][dynamaze] + +![DynaMaze promotional image](dynamaze.png) + +[DynaMaze][dynamaze] is an [open source][dynamaze-source] multiplayer +puzzle/strategy game written in Rust and compiled to WebAssembly, made by +[@boringcactus][]. Adjust the maze to build a path to your target and +keep the other players from getting to theirs. + +[dynamaze]: https://boringcactus.itch.io/dynamaze +[dynamaze-source]: https://github.com/boringcactus/dynamaze +[@boringcactus]: https://github.com/boringcactus + ## Library & Tooling Updates ### [Quest Engine Part 2: Deploying a Rust App On Android][quest-part-2]