diff --git a/content/posts/newsletter-016/go-wotm.png b/content/posts/newsletter-016/go-wotm.png new file mode 100644 index 000000000..213f11be0 Binary files /dev/null and b/content/posts/newsletter-016/go-wotm.png differ diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index dd65ac771..12cd7c137 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -200,6 +200,32 @@ Exciting new additions have been made in November! [new armor system]: https://twitter.com/carlosupina/status/1331680041453953025 [Missile Launcher enemy]: https://github.com/amethyst/space_shooter_rs/pull/93 +### [Game Off 2020][go-2020] + +[Game Off][go-2020] is an annual game jam, where participants spend the month +of November creating games based on a secret theme. + +Game Off 2020 theme was "MOONSHOT". +Here are some of the games made with Rust: + +- ["War of the Moons"][go-wotm] by [@FrancoisMockers] + ([source code][go-wotm-src]). + + > Your goal is to conquer the planet, but it's not possible until you + > control all the moons. The end result is not completly what I wanted, + > but it was a nice occasion to try [rapier] for physics and [lyon] to draw + > shapes from [bevy]. + + ![gameplay](go-wotm.png) + +[go-2020]: https://itch.io/jam/game-off-2020 +[go-wotm]: https://vleue.itch.io/wotm +[go-wotm-src]: https://github.com/mockersf/wotm +[@FrancoisMockers]: https://twitter.com/FrancoisMockers +[rapier]: https://rapier.rs +[lyon]: https://github.com/nical/lyon +[bevy]: https://bevyengine.org + ## Learning Material Updates ### [Hands-on Rust][hands-on-rust]