From 6440eccfa93ae43d137d9bfbf4404a5e9121f27b Mon Sep 17 00:00:00 2001 From: Grimsace Date: Mon, 26 Jan 2026 15:06:46 -0600 Subject: [PATCH] added readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e210bde --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# RPG City Maker Reborn + +**Pre-release Notice:** This project is currently in a pre-release state and is not yet ready for general use. Functionality is very incomplete and subject to change. + +## Overview + +A remake in go of a program that generates maps of rpg like towns. Inspied by Roleplaying City Map Generator, this project aims to modernize the application by adding native support for modern operating systems (windows and linux, for now, mac os support and testing added later) and allow exporting with modern image formats like jpg, png and webp while also supporting large images sizing without the requirment of making multiple smaller images. + +## Acknowledgments + +* Inspired by the original [Roleplaying City Map Generator](https://www.rpglibrary.org/software/rpg_city_map_generator/). +* Thanks to the developers of Go, Fyne, and all the other open-source libraries that make this project possible.