- Procedural island maps, RCI zoning, demand-driven growth - City-wide power grid with brownouts; wind coastal bonus - Land value, upgrades, services, pollution, fires & fire spread - Budget/taxes, happiness, milestones, quest onboarding - Traffic agents, day/night cycle, adaptive render scale - Saves: autosave + 3 slots + JSON export/import - PWA (offline), GitHub Pages/Netlify deploy configs - Tests: 40-assertion engine suite + headless E2E
30 lines
663 B
JSON
30 lines
663 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"
|
|
},
|
|
"dependencies": {
|
|
"three": "^0.185.1"
|
|
},
|
|
"devDependencies": {
|
|
"playwright-core": "^1.62.1",
|
|
"vite": "^8.2.2"
|
|
}
|
|
} |