diff --git a/README.mkd b/README.mkd index da8ab9e..b07db17 100644 --- a/README.mkd +++ b/README.mkd @@ -2,12 +2,18 @@ Generate your own maps for "Der Kartograph" easily. +# Changelog + +* 2021-03-25: First working version with a solid map generator. Output + formats can be set to SVG, ASCII or JSON. The -web param will spawn + a webserver with a nice GUI to generate maps and print them. + ## Build You need to build the source first. The simplest way is to use the provided Dockerfile, which will build the software and create a convenient image (This is a multi stage Dockerfile, so the resulting -image is a small Alpine Linux image with ust the map generator binary.) +image is a small Alpine Linux image with just the map generator binary.) $ docker build -t kartograph . @@ -32,3 +38,6 @@ and ruins: -size=20 -wastelands=100 -ruins=10 \ -output=svg > map.svg +# Author + +* Aaron Fischer https://aaron-fischer.net diff --git a/pkg/web/static/styles.css b/pkg/web/static/styles.css index 746c1dd..cb41c0e 100644 --- a/pkg/web/static/styles.css +++ b/pkg/web/static/styles.css @@ -26,10 +26,10 @@ label { } input[type="text"] { - width: 90px; + width: 70px; } input[name="seed"] { - width: 250px; + width: 230px; } input[name="refresh"] { margin-right: 8px; diff --git a/pkg/web/templates/index.tpl.html b/pkg/web/templates/index.tpl.html index 9032065..47a86bb 100644 --- a/pkg/web/templates/index.tpl.html +++ b/pkg/web/templates/index.tpl.html @@ -17,15 +17,19 @@ hat hier die Möglichkeit, neue Karten zu generieren. Die Standardwerte sind der Minivariante "Tabula Rasa" entnommen. +

+
Seed + ?
Spielfeldgröße + ?
@@ -33,14 +37,17 @@
Parameter + ?
+ ?
+ ?