diff --git a/content/posts/newsletter-014/index.md b/content/posts/newsletter-014/index.md
index 1db72b8cb..54b9c20f6 100644
--- a/content/posts/newsletter-014/index.md
+++ b/content/posts/newsletter-014/index.md
@@ -148,6 +148,17 @@ prior to Jan 1, 2021.
 [Sabaki]: https://github.com/SabakiHQ/Sabaki
 [nv-devboard]: https://developer.nvidia.com/embedded/jetson-nano-developer-kit
 
+### Project YAWC
+
+![Screenshot of an in-progress game of Project YAWC](project_yawc.png)
+
+Project YAWC is an in-progress Advance-Wars style strategy game being developed
+by junkmail using [ggez] as a framework. The game is currently in a closed alpha
+state with working netplay. September saw the release of version A2, including
+revamped netcode and the full core set of units.
+
+[ggez]: https://ggez.rs/
+
 ## Learning Material Updates
 
 ### [OpenGL Preprocessor for Rust]
diff --git a/content/posts/newsletter-014/project_yawc.png b/content/posts/newsletter-014/project_yawc.png
new file mode 100644
index 000000000..d14fd9e6d
Binary files /dev/null and b/content/posts/newsletter-014/project_yawc.png differ