diff --git a/content/posts/newsletter-019/index.md b/content/posts/newsletter-019/index.md index 2b99e8781..945d1ffe4 100644 --- a/content/posts/newsletter-019/index.md +++ b/content/posts/newsletter-019/index.md @@ -60,6 +60,28 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Game Updates +### [Teki (敵)][teki] + +![teki preview](teki.gif) + +[Teki][teki] is a free and open-source fangame of the [Tōhō] series +using [SDL2] and [Legion] for ECS. It is aimed to be a shoot ’em up game with +"lots of bullets" a.k.a danmaku 弾幕 - literally "barrage" or "bullet curtain" in +Japanese. + +The project is still at a “very” early stage of development (Dec. 2020). + +This month's updates include: + +- New enemy type: big fairy +- New special card: Stellar Vortex +- Add yin yang orbs + +[teki]: https://github.com/o2sh/teki +[Tōhō]: https://en.wikipedia.org/wiki/Touhou_Project +[SDL2]: https://github.com/Rust-SDL2/rust-sdl2 +[Legion]: https://crates.io/crates/legion + ## Learning Material Updates ## Engine Updates diff --git a/content/posts/newsletter-019/teki.gif b/content/posts/newsletter-019/teki.gif new file mode 100644 index 000000000..9983dbc03 Binary files /dev/null and b/content/posts/newsletter-019/teki.gif differ