From b38fcc8020d68b74588220086dac21556f319e9a Mon Sep 17 00:00:00 2001 From: Jack Whitworth <45968087+Jack-Writes-Code@users.noreply.github.com> Date: Mon, 4 Jul 2022 15:18:29 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e67627..68acb83 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,13 @@ A micro dungeon game # About This Project - Built to help me in furthering my Pygame knowledge -- Uses Pygame 2 and Python 3.10+ - Explorer the map, fight enemies, collect treasure, and collect a special gem to win your run - Dungeon rooms generated using text & json files externally to the code - Compiled to .exe using pyinstaller # Tech Stack 1. [Python 3.10.4](https://www.python.org/) -2. [Pygame 2](https://www.pygame.org/news) +2. [Pygame 2.1.2](https://www.pygame.org/news) # Sample ![Preview](http://i.imgur.com/QOjcAOnh.gif)