From c0192e7cc1d78058de5bef83c19ee77f7e9e75ee Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Mon, 7 Sep 2020 12:01:24 +0300 Subject: [PATCH 1/2] Newsletter 13: Akigi --- content/posts/newsletter-013/index.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/content/posts/newsletter-013/index.md b/content/posts/newsletter-013/index.md index ad4e18fa6..eae0ce05b 100644 --- a/content/posts/newsletter-013/index.md +++ b/content/posts/newsletter-013/index.md @@ -301,6 +301,29 @@ Jazarro on [the Amethyst discord][amethyst-discord]. [kv-ii]: https://en.wikipedia.org/wiki/King%27s_Valley_II [amethyst-discord]: https://discord.com/invite/amethyst +### [Akigi][akigi] + +[Akigi][akigi] is a magical multiplayer online world where humans aren't the +only intelligent animals. + +This month was mostly dedicated to the custom engine's scenery placement tool +([video demo](https://devjournal.akigi.com/august-2020/082-2020-08-30.html)). +Some of the updates: + +- [Terrain code refactoring and other required groundwork](https://devjournal.akigi.com/august-2020/080-2020-08-16.html). +- [Mouse-terrain intersection](https://devjournal.akigi.com/august-2020/082-2020-08-30.html#mouse-terrain-intersection). +- [Switching between Play and Place modes](https://devjournal.akigi.com/august-2020/082-2020-08-30.html#play-mode-place-mode). +- [Custom UI system](https://devjournal.akigi.com/august-2020/082-2020-08-30.html#user-interfaces). + +Full devlogs: +[#078](https://devjournal.akigi.com/august-2020/078-2020-08-02.html), +[#079](https://devjournal.akigi.com/august-2020/079-2020-08-09.html), +[#080](https://devjournal.akigi.com/august-2020/080-2020-08-16.html), +[#081](https://devjournal.akigi.com/august-2020/081-2020-08-23.html), +[#082](https://devjournal.akigi.com/august-2020/082-2020-08-30.html). + +[akigi]: https://akigi.com + ### [SIMple Physics][simple-physics-site] [![SIMple Mechanics wave preset](simple-physics-wave.gif)][simple-physics-gifs] From f36600efd26406eff8ca5eabf352ec802364f610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrey=20Lesnik=C3=B3v?= Date: Mon, 7 Sep 2020 17:04:25 +0300 Subject: [PATCH 2/2] Newsletter 13: Akigi: Tweak game description --- content/posts/newsletter-013/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/posts/newsletter-013/index.md b/content/posts/newsletter-013/index.md index eae0ce05b..12a6d05df 100644 --- a/content/posts/newsletter-013/index.md +++ b/content/posts/newsletter-013/index.md @@ -303,8 +303,7 @@ Jazarro on [the Amethyst discord][amethyst-discord]. ### [Akigi][akigi] -[Akigi][akigi] is a magical multiplayer online world where humans aren't the -only intelligent animals. +[Akigi][akigi] is a WIP online multiplayer game. This month was mostly dedicated to the custom engine's scenery placement tool ([video demo](https://devjournal.akigi.com/august-2020/082-2020-08-30.html)).