forked from avi/signalelsewhere
Compare commits
1 Commits
main
...
save-point
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ae5a7cec8 |
47
README.md
47
README.md
@@ -1,51 +1,44 @@
|
|||||||
# Signal Elsewhere
|
# Signal Elsewhere
|
||||||
|
|
||||||
A text-based mystery/incremental game inspired by *A Dark Room* and *The Jejune Institute*.
|
An interactive educational experience about money, technology, food, and health — built as a Capacitor Android app.
|
||||||
|
|
||||||
You awaken at a terminal in abandoned Lab 484. A signal pulses from somewhere unknown.
|
## Development
|
||||||
Build equipment, decode transmissions, explore the facility, and uncover the truth about "Elsewhere."
|
|
||||||
|
|
||||||
## Play
|
The app is a single-page HTML/JS application. No build step is needed for the web version.
|
||||||
|
|
||||||
Serve locally:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Serve locally for development
|
||||||
python3 -m http.server 8080
|
python3 -m http.server 8080
|
||||||
|
# or
|
||||||
|
npx serve .
|
||||||
```
|
```
|
||||||
|
|
||||||
Open `http://localhost:8080` in your browser. Type `START` to begin.
|
Open `http://localhost:8080` in your browser.
|
||||||
|
|
||||||
## 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
|
## Android Build
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Install dependencies
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
# Copy web assets to Android
|
||||||
|
npx cap copy
|
||||||
|
|
||||||
|
# Sync Capacitor config
|
||||||
npx cap sync android
|
npx cap sync android
|
||||||
|
|
||||||
|
# Open in Android Studio
|
||||||
npx cap open android
|
npx cap open android
|
||||||
```
|
```
|
||||||
|
|
||||||
|
From Android Studio, build and run on a device or emulator.
|
||||||
|
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
- `index.html` — single-file game source
|
- `index.html` — main application source
|
||||||
- `www/` — production web assets
|
- `www/` — production web directory (copied to Android)
|
||||||
- `android/` — Android project (Capacitor)
|
- `android/` — Android project (Capacitor)
|
||||||
|
- `capacitor.config.json` — Capacitor configuration
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
7681
index.html
7681
index.html
File diff suppressed because it is too large
Load Diff
Binary file not shown.
7681
www/index.html
7681
www/index.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user