From 5655ed27e6a3aeb212a499393ea089b56c620469 Mon Sep 17 00:00:00 2001 From: duckduckdoof Date: Tue, 21 Jan 2025 16:44:51 -0500 Subject: [PATCH] Updated README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc95282..66a54ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # my-sim-game -A quicker, easier version of Mycropolis, using Python Arcade + +A quicker, easier version of Mycropolis + +Author: Caleb Scott + +--- + +# Libraries and Software + +This project uses: + +* [Python Arcade](https://api.arcade.academy/en/latest/index.html) as the game engine (instead of PyGame) +* [Tiled](https://www.mapeditor.org/) for tilemapping +* [Aseprite](https://www.aseprite.org/) for tiles/textures. +