From 5d7522885f19e6b0c6f6ef9175f85c0b256a4a2a Mon Sep 17 00:00:00 2001 From: KansaiGaijin <83641841+KansaiGaijin@users.noreply.github.com> Date: Sun, 23 Jan 2022 18:33:31 +1300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448f682..9f8d192 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Kanjin-Text-RPG -An RPG text adventure game based of the dungeons and dragons SRD. +An RPG text adventure game based of the Dungeons and Dragons SRD. This game is being used as a learning experience for myself to practice code and learn by doing. It started as a text only RPG, diverged into using QtPy5, then to Pygame with Pygame GUI and as of this point (15/01/2022) is back to text only but being rebuilt with the use of a game engine parsign map data as per ex. 43 of Zed Shaw's book 'Learn Python the Hard Way'.