- Power consumption x4: the grid now matters from mid-town on - Realistic tax multipliers, trimmed service upkeep: profitable cities - Buildings may claim empty zoned plots (services fit downtown) - Land value ladder: maturity bonus, size-scaled upgrade sampling, thresholds 34/74 -> full L1->L2->L3 density progression - Soak test: 40 simulated years, 11/11 asserts green (848 citizens, 7 L3 towers, $190k surplus, proactive grid growth, 1.2ms avg tick)
31 lines
703 B
JSON
31 lines
703 B
JSON
{
|
|
"name": "polycity",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "PolyCity \u2014 a full-featured 3D city-builder simulation that runs entirely in your browser.",
|
|
"keywords": [
|
|
"city-builder",
|
|
"simulation",
|
|
"3d",
|
|
"threejs",
|
|
"game"
|
|
],
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "node tests/engine.mjs",
|
|
"test:browser": "node tests/smoke.mjs",
|
|
"shots": "node tests/capture.mjs",
|
|
"test:soak": "node tests/soak.mjs"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.185.1"
|
|
},
|
|
"devDependencies": {
|
|
"playwright-core": "^1.62.1",
|
|
"vite": "^8.2.2"
|
|
}
|
|
} |