diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md
index 5fcae9346..2904e0c67 100644
--- a/content/posts/newsletter-015/index.md
+++ b/content/posts/newsletter-015/index.md
@@ -151,6 +151,29 @@ shops, character creation, and a few other features:
 [Antorum Online]: https://ratwizard.dev/dev-log/antorum
 [@dooskington]: https://twitter.com/dooskington
 
+### [Power Kick]
+
+![Power Kick](power-kick-shot.png)
+
+[Power Kick] is an one screen platform game inspired by similar old arcade games
+like Bubble Bobble and SnowBros.
+Your task is to hit the enemies till they get dizzy and then kick them out of
+their misery to proceed to the next stage. The kicked enemies will hit the
+colliding enemies with a possibility to create a chain reaction
+(similar to the pushed snowball in SnowBros).
+
+The game have 20 stages and in stage 10 and 20 you will face a helicopter boss.
+
+Can be played solo on the web through WebAssembly or up to two players
+in the downloadable version:
+first player with the keyboard and the second one with a joypad.
+
+The development took around two weeks thanks to [macroquad] and [hecs].
+
+[Power Kick]: https://kakoeimon.itch.io/power-kick
+[macroquad]: https://github.com/not-fl3/macroquad
+[hecs]: https://crates.io/crates/hecs
+
 ### [pGLOWrpg]
 
 ![walking through a forest](pglowrpg.gif)
diff --git a/content/posts/newsletter-015/power-kick-shot.png b/content/posts/newsletter-015/power-kick-shot.png
new file mode 100644
index 000000000..50adf5445
Binary files /dev/null and b/content/posts/newsletter-015/power-kick-shot.png differ