diff --git a/content/news/031/index.md b/content/news/031/index.md index eac85a3b4..6ca1df9fe 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -68,6 +68,31 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Game Updates +### [Name Needed][name-needed] + +![The player orders a selection of blocks to be broken, and a brick wall to be +built.](name-needed.gif) +_The player orders a selection of blocks to be broken, and a brick wall to be +built._ + +[Name Needed][name-needed] by [@DomWilliams0][domwilliams-github] is a one-man +effort to produce an open source, intuitive and high performance Dwarf +Fortress-esque game with a custom engine. + +Recent progress has been on procedural terrain generation, the player UI, item +stacks and build jobs. A major refactor of the AI system integrated Rust's +superb `async`/`await` support, which is documented in the most recent devlog. + +- [Devlog #5: voxel world goals][name-needed-devlog5] +- [Devlog #6: async activities][name-needed-devlog6] +- [Devlog #7: custom async runtime][name-needed-devlog7] + +[name-needed]: https://github.com/DomWilliams0/name-needed +[domwilliams-github]: https://github.com/DomWilliams0 +[name-needed-devlog5]: https://domwillia.ms/devlog5/ +[name-needed-devlog6]: https://domwillia.ms/devlog6/ +[name-needed-devlog7]: https://domwillia.ms/devlog7/ + ## Engine Updates ## Learning Material Updates diff --git a/content/news/031/name-needed.gif b/content/news/031/name-needed.gif new file mode 100644 index 000000000..b9946df78 Binary files /dev/null and b/content/news/031/name-needed.gif differ