FuzzyChickens wrote:
I've played Simcity 2000 and 3000. I was very disappointed with 3k, it was just 2k with better graphics, a third zone density, and a third utility (garbage).
SC3k does have one advantage, which is that it's the only SimCity version that's been ported to Linux.
FuzzyChickens wrote:
Wasn't too eager to try #4 after that. But 2k was my obsession for YEARS. I was always trying to design more efficient, more symmetrical cities. The end result was a city divided into four "districts" of 64 6x6 blocks each, with all the hospitals, schools, etc. forming an "X" in the middle. I once tried districts of sixteen 13x13 blocks with subway stations in the middle of each block, but that didn't work too well...
With square blocks, 7×7 is optimal (in SC2k) in terms of having the most acres being used for buildings. Alternatively, they're useful for making blocks like:
Code:
+-------+
|zzzSzzz|
|zzzPzzz|
|zzzPzzz|
|SPPPPPS|
|zzzPzzz|
|zzzPzzz|
|zzzSzzz|
+-------+
where "z" is a high-density zone (that can be filled by a 3×3 building), "P" is a park (which increases land value), and "S" is a subway station (or other useful 1×1 structure).