diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index ae886be50..52863eac5 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -254,6 +254,24 @@ The development took around two weeks thanks to [macroquad] and [hecs]. [macroquad]: https://github.com/not-fl3/macroquad [hecs]: https://crates.io/crates/hecs +### [rymd] + +![rymd animated combat](rymd_2020_11_05.gif) + +[rymd] by [@_profan] is a space shooter prototype made with [macroquad]. +Intended as a test platform for trying out rust for prototyping games and +particularly for game AI programming purposes. + +Development started at the end of October, recent additions include: + +- Basic enemy AI behaviour mostly based on steering behaviours. +- Possibly the world's most nauseating physics driven camera. +- Too many particles. + +[macroquad]: https://github.com/not-fl3/macroquad +[@_profan]: https://twitter.com/_profan +[rymd]: https://profan.itch.io/rymd + ### [pGLOWrpg] ![walking through a forest](pglowrpg.gif) diff --git a/content/posts/newsletter-015/rymd_2020_11_05.gif b/content/posts/newsletter-015/rymd_2020_11_05.gif new file mode 100644 index 000000000..023586b49 Binary files /dev/null and b/content/posts/newsletter-015/rymd_2020_11_05.gif differ