diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md index 26055af8c..39d9f6116 100644 --- a/content/posts/newsletter-018/index.md +++ b/content/posts/newsletter-018/index.md @@ -59,6 +59,22 @@ 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ō](https://en.wikipedia.org/wiki/Touhou_Project) +series using [SDL2](https://github.com/Rust-SDL2/rust-sdl2) and [Legion](https://crates.io/crates/legion) +for ECS. Thanks to WebAssembly - via [wasm-pack](https://rustwasm.github.io/wasm-pack/) +-, teki can be played [online](https://o2sh.github.io/teki/). + +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). + +[teki]:https://github.com/o2sh/teki + ## Learning Material Updates ## Library & Tooling Updates diff --git a/content/posts/newsletter-018/teki.gif b/content/posts/newsletter-018/teki.gif new file mode 100644 index 000000000..d883bc3e9 Binary files /dev/null and b/content/posts/newsletter-018/teki.gif differ