forked from avi/signalelsewhere
Compare commits
10 Commits
save-point
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ccea0c96d6 | |||
| ada21474a4 | |||
| 89850cadfa | |||
| 47cdcc8469 | |||
| 1850666468 | |||
| a56d534964 | |||
| f57caea2fe | |||
| 162ab71fce | |||
| a7981552bc | |||
| 9e86ff94e9 |
52
README.md
Normal file
52
README.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# 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 <type> | Construct equipment (antenna, receiver, battery, etc.) |
|
||||
| DECODE | Analyze signal data |
|
||||
| EXPLORE | Search facility rooms |
|
||||
| TALK <name> | Speak with visitors |
|
||||
| TRANSMIT <msg> | Send a signal |
|
||||
| CHOOSE <path> | 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
|
||||
7649
index.html
7649
index.html
File diff suppressed because it is too large
Load Diff
BIN
www/SignalElsewhere-v1.0-debug.apk
Normal file
BIN
www/SignalElsewhere-v1.0-debug.apk
Normal file
Binary file not shown.
7649
www/index.html
7649
www/index.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user