Auto-translated
I decided to draw a spiral.
But then it turned out that there are many spirals, with different parameters. So I decided to take the simplest case and make the distance between cities minimal - 30 cells. Then I got tired of these small maps and started varying the distance between cities - 40 cells, 120 cells, and their combinations.
Then I drew a spiral with a radius of 21 and a distance of 30 cells between cities. And then I realized that something needed to be changed. I got tired of going from the edge to the center.
I think I need to make a "two-pass" spiral, not a "one-pass" spiral. That is, not only go to the center, but also go back once.
The scheme for a "one-pass" spiral: 1-1-0.
The scheme for a "two-pass" spiral: 2-1-1.
The "two-pass" spiral has two ends. (Two rings. A nail in the middle.) The second end can be used to transition to the next spiral.
But how and where to place the first spiral on a square map? That's the problem! There are many options. Advise me what to do.
Added after 12 hours 5 minutes
I decided to start from the upper left corner, slightly indented for aesthetics. Then to the right and down. I thought about going to the right and up, but there the water starts, and the starting city can be placed adjacent to this water. It turns out to be aesthetically pleasing.
But then it turned out that there are many spirals, with different parameters. So I decided to take the simplest case and make the distance between cities minimal - 30 cells. Then I got tired of these small maps and started varying the distance between cities - 40 cells, 120 cells, and their combinations.
Then I drew a spiral with a radius of 21 and a distance of 30 cells between cities. And then I realized that something needed to be changed. I got tired of going from the edge to the center.
I think I need to make a "two-pass" spiral, not a "one-pass" spiral. That is, not only go to the center, but also go back once.
The scheme for a "one-pass" spiral: 1-1-0.
The scheme for a "two-pass" spiral: 2-1-1.
The "two-pass" spiral has two ends. (Two rings. A nail in the middle.) The second end can be used to transition to the next spiral.
But how and where to place the first spiral on a square map? That's the problem! There are many options. Advise me what to do.
Added after 12 hours 5 minutes
I decided to start from the upper left corner, slightly indented for aesthetics. Then to the right and down. I thought about going to the right and up, but there the water starts, and the starting city can be placed adjacent to this water. It turns out to be aesthetically pleasing.