diff --git a/content/posts/newsletter-018/index.md b/content/posts/newsletter-018/index.md
index ef41e523f..109d87ad2 100644
--- a/content/posts/newsletter-018/index.md
+++ b/content/posts/newsletter-018/index.md
@@ -105,6 +105,32 @@ The project is still at a “very” early stage of development (Dec. 2020).
 [Legion]: https://crates.io/crates/legion
 [wasm-pack]: https://rustwasm.github.io/wasm-pack
 
+### [Oicana][oicana]
+
+![oicana game play](oicana.png)
+_Solving puzzles to build towers_
+
+[Oicana][oicana] is a tower defense game with puzzle aspects submitted to Mini
+jam 71 [on itch][oicana-itch] by [M1nd0fRafa3l][rafael-itch] and
+[@nikl_me][nikl-twitter]. The game was written using the Rust game engine
+[Bevy][bevy].
+
+Colorless puzzle pieces try to reach your base. Your towers have to shoot at
+the pieces to uncover their color. After defeating a piece, it will try to run
+away and you should catch it to upgrade your towers or build new ones.
+
+Following the game jam the tower upgrades where improved and game audio was
+changed to use [Kira][kira-sound] via an
+[experimental bevy plugin][kira-plugin].
+
+[oicana]: https://github.com/NiklasEi/oicana
+[oicana-itch]: https://niklme.itch.io/oicana
+[bevy]: https://bevyengine.org/
+[kira-sound]: https://github.com/tesselode/kira
+[kira-plugin]: https://github.com/NiklasEi/bevy_kira_audio
+[rafael-itch]: https://itch.io/profile/m1nd0frafa3l
+[nikl-twitter]: https://twitter.com/nikl_me
+
 ### [A/B Street]
 
 ![A/B Street in Cambridge](abstreet.gif)
diff --git a/content/posts/newsletter-018/oicana.png b/content/posts/newsletter-018/oicana.png
new file mode 100644
index 000000000..23a5e582f
Binary files /dev/null and b/content/posts/newsletter-018/oicana.png differ