diff --git a/content/news/023/index.md b/content/news/023/index.md index 372f054a1..5635e947b 100644 --- a/content/news/023/index.md +++ b/content/news/023/index.md @@ -157,6 +157,29 @@ feedback is welcome. [hatchooseswizardsource]: https://github.com/corwinkuiper/joinedtogether [agblibrary]: https://github.com/corwinkuiper/agb +### [Themengi] + +![User highlighting objects in the game world and parsing the phrase +"dang puru rupuu kythengi" into the action "open", object "door", and mods +"red" and "left".](themengi.gif) +_Demonstration of natural language parser with temporary words and grammar._ + +[Themengi] ([Discord][themengi-discord], [Twitter][themengi-twitter]) +is a puzzle adventure game where you learn an alien language, +with completely unknown words and grammar, to navigate the world +and find your way home. + +This month the [first devlog][themengi-video] for +Themengi was published, discussing its natural language parser using +Head-Driven Phrase Structure Grammar, the choice to use Bevy, a texture +upscaling technique for faithful pixel art rendering, and implementing an +outline shader in the Bevy render pipeline. + +[Themengi]: https://vgel.me/themengi +[themengi-discord]: https://discord.gg/GpparbnXPC +[themengi-twitter]: https://twitter.com/voooooogel +[themengi-video]: https://youtube.com/watch?v=gtIphiK7tMs + ## Engine Updates ## Learning Material Updates diff --git a/content/news/023/themengi.gif b/content/news/023/themengi.gif new file mode 100644 index 000000000..40190d548 Binary files /dev/null and b/content/news/023/themengi.gif differ