add map generator

This commit is contained in:
evanpelle
2025-08-15 17:59:34 -07:00
parent 69fcfe7716
commit 64008a50dc
89 changed files with 5524 additions and 808 deletions
-1
View File
@@ -9,6 +9,5 @@
"num_land_tiles": 10000,
"width": 100
},
"nations": [],
"name": "Big Plains"
}
+2 -3
View File
@@ -1,14 +1,13 @@
{
"map": {
"height": 16,
"num_land_tiles": 160,
"num_land_tiles": 128,
"width": 16
},
"mini_map": {
"height": 8,
"num_land_tiles": 48,
"num_land_tiles": 32,
"width": 8
},
"nations": [],
"name": "Half Land Half Ocean"
}
+2 -3
View File
@@ -1,14 +1,13 @@
{
"map": {
"height": 16,
"num_land_tiles": 178,
"num_land_tiles": 134,
"width": 16
},
"mini_map": {
"height": 8,
"num_land_tiles": 50,
"num_land_tiles": 33,
"width": 8
},
"nations": [],
"name": "Ocean and Land"
}
-1
View File
@@ -9,6 +9,5 @@
"num_land_tiles": 2500,
"width": 50
},
"nations": [],
"name": "Plains"
}