A browser-based survival tactics game built with vanilla JavaScript. Guide Eden across a ruined grid, rescue survivors, scavenge resources, and barter with shrines and relics using real-time keyboard exploration. Collect relics to open the Dawn Gate while keeping health and hope alive.
- Move: WASD or Arrow Keys
- Interact with shrines/relics: Stepping onto them opens an overlay. Press number keys, click the options, or press
Escto dismiss. - Every move consumes supplies; running out drains health and hope. Health or hope hitting zero ends the run.
Gather three relics and reach the Dawn Gate tile (⛩️). Survivors rescued, supplies gathered, and shrine choices all influence your final score.
Open index.html in any modern browser. Everything is bundled in this folder—no external dependencies, build tooling, or installs required.
- Package
index.html,styles.css,game.js, and thisREADME.md(plus any asset additions) into a single folder. - Zip the folder and upload it to itch.io as an HTML5 build.
- Enable “Run game in browser.” itch.io will launch
index.html, which bootstraps the experience.
- Adjust the generated map, tile distribution, or stat caps in
game.js(createWorld,STAT_MAX, andbuild*Options). - Re-theme the UI in
styles.css, including tile palettes, overlays, and HUD styling. - Replace the art/emoji glyphs in
TILE_METAif you want bespoke icons.