- Isometric canvas RTS vs dinosaur waves (fan demake of Repterra) - Economy: houses/taxes, farms, foresters, quarries; colonist staffing - Power grid: generators extend build range; brownout + recovery - Defense: walls/gates, watchtowers (AA), cannon towers (ground-only) - Taming: Primal Pen + Tamers collar weakened dinos; pets obey commands - Breeding: tamed pairs incubate eggs at the pen; hatchlings grow up - 7 dino species incl. flying Pteranodons and lake-raiding Suchomimus - Telegraphed waves with direction arrows; day-15 final horde; 3 difficulties - Day/night cycle, fog of war, minimap, synth audio, 1x-3x speeds - Save/Load/Continue + dawn autosave (full JSON state snapshots) - Tests: 80-assertion headless suite, browser boot + E2E, balance harness
14 lines
423 B
JSON
14 lines
423 B
JSON
{
|
|
"name": "repterra-web",
|
|
"version": "1.0.0",
|
|
"description": "Fan-made browser demake of Repterra — base-building survival RTS vs dinosaurs, in vanilla JS.",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "python3 -m http.server 8933 --bind 127.0.0.1",
|
|
"test": "node test/smoke.js",
|
|
"test:browser": "node test/browser.js && node test/e2e.js",
|
|
"balance": "node test/balance.js"
|
|
},
|
|
"license": "MIT"
|
|
}
|