Files
OpenFrontIO/resources/maps/sierpinski/manifest.json
T
bijx 8b6dfeaf4a Feat: Sierpinski map - live play-tested (#2819)
## Description:

Map requested by creator on [dev
discord](https://discord.com/channels/1359946986937258015/1458638914012315741/1458638914012315741)
and playtested by 42 players on [Rex's
stream](https://www.youtube.com/watch?v=r9w9nr5Toso), adds map
Sierpinski, which is a sierpinski carpet shape. The map is a "party map"
great for private matches, but is not part of the public map rotation.

<img width="1400" height="1400" alt="image"
src="https://github.com/user-attachments/assets/8eead359-73d5-497f-8fee-40f413a22d0e"
/>



https://github.com/user-attachments/assets/3a726343-18e4-4f91-9f5c-1fff459d5a5f



## Please complete the following:

- [x] I have added screenshots for all UI updates
- [x] I process any text displayed to the user through translateText()
and I've added it to the en.json file
- [x] I have added relevant tests to the test directory
- [x] I confirm I have thoroughly tested these changes and take full
responsibility for any bugs introduced

## Please put your Discord username so you can be contacted if a bug or
regression is found:

bijx

---------

Co-authored-by: iamlewis <lewismmmm@gmail.com>
2026-01-08 20:01:43 -08:00

66 lines
1.1 KiB
JSON

{
"map": {
"height": 1400,
"num_land_tiles": 582988,
"width": 1400
},
"map16x": {
"height": 350,
"num_land_tiles": 34656,
"width": 350
},
"map4x": {
"height": 700,
"num_land_tiles": 143268,
"width": 700
},
"name": "Sierpinski",
"nations": [
{
"coordinates": [216, 701],
"flag": "",
"name": "West"
},
{
"coordinates": [226, 240],
"flag": "",
"name": "North West"
},
{
"coordinates": [679, 238],
"flag": "",
"name": "North"
},
{
"coordinates": [1160, 229],
"flag": "",
"name": "North East"
},
{
"coordinates": [1163, 711],
"flag": "",
"name": "East"
},
{
"coordinates": [1146, 1162],
"flag": "",
"name": "South East"
},
{
"coordinates": [684, 1175],
"flag": "",
"name": "South"
},
{
"coordinates": [228, 1183],
"flag": "",
"name": "South West"
},
{
"coordinates": [700, 694],
"flag": "",
"name": "Center"
}
]
}