diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md index 75a6a84f8..ac24cd8dd 100644 --- a/content/posts/newsletter-020/index.md +++ b/content/posts/newsletter-020/index.md @@ -64,6 +64,29 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Game Updates +### [MineWars][minewars] + +![MineWars Game Screenshot](minewars.jpg) + +[MineWars][minewars] ([Twitter][minewars-twitter], [Reddit][minewars-reddit]) +by @jamadazi is Minesweeper reimagined as a Multiplayer Real Time Strategy! + +Capture mines. Move them around. Cause explosion chains. Take out enemy mines. +Defend your Cities. Fight for territory. Eliminate other players. Play on a +procedurally-generated map. + +The game has been privately in development for many months and was just +announced publicly. The project is currently working towards an alpha release +for public playtesting. Read the announcement on the [website][minewars] for +more information. + +Made in the [Bevy Game Engine][bevy]. + +[minewars]: https://minewars.cc +[minewars-twitter]: https://twitter.com/MineWarsGame +[minewars-reddit]: https://reddit.com/r/minewars +[bevy]: https://bevyengine.org + ### [SM64JS][sm64js] ![Super Mario 64 JavaScript](sm64js.jpg) diff --git a/content/posts/newsletter-020/minewars.jpg b/content/posts/newsletter-020/minewars.jpg new file mode 100644 index 000000000..0c1c8b0d3 Binary files /dev/null and b/content/posts/newsletter-020/minewars.jpg differ