diff --git a/content/news/022/index.md b/content/news/022/index.md index b0f21a862..ffeeb9592 100644 --- a/content/news/022/index.md +++ b/content/news/022/index.md @@ -286,6 +286,29 @@ _Discussions: [ow-p18]: https://twitter.com/utopixel/status/1395079712020602884 [ow-p19]: https://twitter.com/utopixel/status/1397614237187551237 +### [Theta Wave] + +[![Blast Repeller](theta-wave.gif)][Theta Wave] +_The Blast Repeller item pushes blasts away from the player_ + +[Theta Wave] is an open-source space shooter game by developers [@micah_tigley] and +[@carlosupina]. It is one of the showcase games for the [Amethyst Engine]. In +the past month, the ["Loot"] update was released which enhanced how loot drops +are rolled, spawned, and how their effects are applied to the game. The Loot update +also added an attraction system which allows for entities to repel or attract +other entities. + +Now an ["Organization"] update is in progress for Theta Wave. This update will +divide Theta Wave into two workspaces, a library and a binary. This update will also +add documentation comments for all of the library's features. + +[Theta Wave]: https://github.com/amethyst/theta-wave +[@micah_tigley]: https://twitter.com/micah_tigley +[@carlosupina]: https://twitter.com/carlosupina +[Amethyst Engine]: https://amethyst.rs/ +["Loot"]: https://github.com/amethyst/theta-wave/releases/tag/v0.1.6 +["Organization"]: https://github.com/amethyst/theta-wave/projects/5 + ## Engine Updates ### [Rustcraft][rustcraft] diff --git a/content/news/022/theta-wave.gif b/content/news/022/theta-wave.gif new file mode 100644 index 000000000..d0538685f Binary files /dev/null and b/content/news/022/theta-wave.gif differ