diff --git a/content/posts/newsletter-020/index.md b/content/posts/newsletter-020/index.md
index a522fbcd3..53ec3b0ce 100644
--- a/content/posts/newsletter-020/index.md
+++ b/content/posts/newsletter-020/index.md
@@ -64,6 +64,27 @@ If needed, a section can be split into subsections with a "------" delimiter.
 
 ## Game Updates
 
+### [pGLOWrpg][pglowrpg-github]
+
+![Improved text rendering](pglowrpg_progress.jpg)
+
+[pGLOWrpg][pglowrpg-github] by [@Roal_Yr]
+is a Procedurally Generated Living Open World RPG,
+a long-term project in development, which aims to be a narrative text-based game
+with maximum portability and accessibility.
+
+Recent updates include:
+
+- Reformatting a print interface, making it very easy to link text UI and code.
+- Switching to .ron file format for storing configs and strings.
+- Implementing individual strings coloring for better visual perception.
+
+_Discussions: [Twitter][pglowrpg-twitter]_
+
+[@Roal_Yr]: https://twitter.com/Roal_Yr
+[pglowrpg-twitter]: https://twitter.com/pglowrpg
+[pglowrpg-github]: https://github.com/roalyr/pglowrpg
+
 ### [Orbital Decay][orbital-decay]
 
 ![Orbital Decay](orbital-decay.gif)
diff --git a/content/posts/newsletter-020/pglowrpg_progress.jpg b/content/posts/newsletter-020/pglowrpg_progress.jpg
new file mode 100644
index 000000000..ad9bc9d1f
Binary files /dev/null and b/content/posts/newsletter-020/pglowrpg_progress.jpg differ