diff --git a/content/posts/newsletter-009/index.md b/content/posts/newsletter-009/index.md index bf04264a6..d5ae8fa68 100644 --- a/content/posts/newsletter-009/index.md +++ b/content/posts/newsletter-009/index.md @@ -120,6 +120,24 @@ Also, there're a lot of dev videos on the game's [cratebeforeattack-youtube]: https://youtube.com/channel/UC_xMilPTLuuE5iLs1Ml9zow [tokio]: https://tokio.rs +### [Realm.One][realm-one] + +[![screenshot from the video](realm-one.jpeg)][realm-one-vid-3] + +[Realm.One][realm-one] is an open-source MMO game +written using the Amethyst game engine. +Recently there has been some simple AI +integrated into the game. This will cause +monsters to chase and attack you! + +Next up will be items and experience! + +- ["Game Development in Rust (Episode 2): Monsters and AI! (Part B)"][realm-one-vid-3] - + ECS-based design with Amethyst, networking and tiled 2d based design. + +[realm-one]: https://github.com/Machine-Hum/realm.one +[realm-one-vid-3]: https://youtu.be/8hvnjKf4M5M + ### [A/B Street][abstreet] [A/B Street][abstreet] is a game by [dabreegster] exploring how small changes to diff --git a/content/posts/newsletter-009/realm-one.jpeg b/content/posts/newsletter-009/realm-one.jpeg new file mode 100644 index 000000000..a0da91f1c Binary files /dev/null and b/content/posts/newsletter-009/realm-one.jpeg differ