diff --git a/content/news/029/index.md b/content/news/029/index.md index ca75eeee8..bdc839341 100644 --- a/content/news/029/index.md +++ b/content/news/029/index.md @@ -69,6 +69,28 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Engine Updates +### [Rusty Engine 3.0] + +![An example Rusty Engine game](rusty_engine3.png) +_The "Road Race" game prototype running under Rusty Engine 3.0_ + +[Rusty Engine] by [Nathan Stocks] is a game engine for people who are learning Rust. + +Version 3.0 is a large release with many breaking changes. Notable new features +include: [a full tutorial], custom asset loading (sprites, sounds, fonts), +customizable game state, an interactive collider creator, and much more. +See [the changelog for 3.0] for the full details. + +_Discussions: +[/r/rust](https://www.reddit.com/r/rust/comments/rwyrqx/rusty_engine_30/), +[twitter](https://twitter.com/nathanstocks/status/1476724623903367168)_ + +[Rusty Engine 3.0]: https://github.com/CleanCut/rusty_engine/blob/main/CHANGELOG.md#300---2021-12-30 +[Rusty Engine]: https://github.com/CleanCut/rusty_engine +[a full tutorial]: https://cleancut.github.io/rusty_engine/ +[the changelog for 3.0]: https://github.com/CleanCut/rusty_engine/blob/main/CHANGELOG.md#300---2021-12-30 +[Nathan Stocks]: https://github.com/CleanCut + ## Learning Material Updates ## Tooling Updates diff --git a/content/news/029/rusty_engine3.png b/content/news/029/rusty_engine3.png new file mode 100644 index 000000000..5d33cf3b3 Binary files /dev/null and b/content/news/029/rusty_engine3.png differ