diff --git a/content/news/041/index.md b/content/news/041/index.md index bcf8fb217..2482eb668 100644 --- a/content/news/041/index.md +++ b/content/news/041/index.md @@ -326,6 +326,25 @@ December's full weekly devlogs: "This Week In Veloren...": [veloren-203]: https://veloren.net/devblog-203 [veloren-finances]: https://docs.google.com/spreadsheets/d/1Fk6kDsCdZLhVszXdsWUjoG4Cgc3cLbTqJgZ-gY3Ndq0/edit#gid=0 +### [Thetawave] + +![repeater boss](repeater_boss.gif) +_First boss enemy in Thetawave_ + +Thetawave is an open-source, roguelite, physics-based, space shooter game made +with [Bevy] and [Rapier]. + +This month, the first boss enemy was added to the +game. Unlike other enemies, it is composed of a single "mob" entity and 7 +"mob segment" entities. It also uses behavior sequences to regularly change +its active set of behaviors. You can follow [@carlosupina] on Twitter for +regular updates about the game. + +[Thetawave]: https://github.com/thetawavegame/thetawave +[Bevy]: https://bevyengine.org/ +[Rapier]: https://rapier.rs/ +[@carlosupina]: https://twitter.com/carlosupina + ## Engine Updates ### [Fyrox] diff --git a/content/news/041/repeater_boss.gif b/content/news/041/repeater_boss.gif new file mode 100644 index 000000000..093fb6ba2 Binary files /dev/null and b/content/news/041/repeater_boss.gif differ