# Signal Elsewhere A text-based mystery/incremental game inspired by *A Dark Room* and *The Jejune Institute*. You awaken at a terminal in abandoned Lab 484. A signal pulses from somewhere unknown. Build equipment, decode transmissions, explore the facility, and uncover the truth about "Elsewhere." ## Play Serve locally: ```bash python3 -m http.server 8080 ``` Open `http://localhost:8080` in your browser. Type `START` to begin. ## Commands | Command | Description | |---|---| | LISTEN | Tune the receiver for signals | | BUILD | Construct equipment (antenna, receiver, battery, etc.) | | DECODE | Analyze signal data | | EXPLORE | Search facility rooms | | TALK | Speak with visitors | | TRANSMIT | Send a signal | | CHOOSE | Choose your ending path | | STAND | Face the final choice | | STATUS | Check resources and progress | | SPECTRUM | Open signal visualizer | | MAP | Open facility map | | SAVE / LOAD | Save management | | HELP | Show all commands | ## Android Build ```bash npm install npx cap sync android npx cap open android ``` ## Structure - `index.html` — single-file game source - `www/` — production web assets - `android/` — Android project (Capacitor) ## License ISC