diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md index b13fd591e..84b49630c 100644 --- a/content/posts/newsletter-014/index.md +++ b/content/posts/newsletter-014/index.md @@ -62,6 +62,31 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Game Updates +### Mimas + +![Mimas screenshot](mimas-11acf567c822f2-screenshot-seed-1601584347-0.png) + +[Mimas] is a WIP voxel engine and game, inspired by Minetest and Minecraft. +It's been in development since almost 2 years, and has recently seen a public +prototype release 0.4.0. + +Several of the features that have already been implemented as of Oct 1st: + +- Procedural map generation with hilly landscape, trees, flowers, water and caves +- Map manipulation (removal/addition of blocks) +- Crafting +- Chests +- Textures (taken from the Minetest project, under CC-BY-SA license) +- Tools +- QUIC based network protocol with SRP based authentication +- Multiplayer: chat, (hardcoded) avatars +- Ability to add custom content (e.g. blocks) using a toml format + +Imgur screenshot [gallery]. + +[Mimas]: https://github.com/est31/mimas +[gallery]: https://imgur.com/a/vvo7len + ## Learning Material Updates ## Library & Tooling Updates diff --git a/content/posts/newsletter-014/mimas-11acf567c822f2-screenshot-seed-1601584347-0.png b/content/posts/newsletter-014/mimas-11acf567c822f2-screenshot-seed-1601584347-0.png new file mode 100644 index 000000000..bb89665dd Binary files /dev/null and b/content/posts/newsletter-014/mimas-11acf567c822f2-screenshot-seed-1601584347-0.png differ