station13
v1.0.0
Published
STATION 13: ISOLATION PROTOCOL - A retro-futuristic agent survival game
Downloads
130
Maintainers
Readme
🚀 STATION 13: ISOLATION PROTOCOL
╔══════════════════════════════════════════════════════════════════╗
║ ███████╗████████╗ █████╗ ████████╗██╗ ██████╗ ███╗ ██╗ ║
║ ██╔════╝╚══██╔══╝██╔══██╗╚══██╔══╝██║██╔═══██╗████╗ ██║ ║
║ ███████╗ ██║ ███████║ ██║ ██║██║ ██║██╔██╗ ██║ ║
║ ╚════██║ ██║ ██╔══██║ ██║ ██║██║ ██║██║╚██╗██║ ║
║ ███████║ ██║ ██║ ██║ ██║ ██║╚██████╔╝██║ ╚████║ ║
║ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ║
║ ║
║ I S O L A T I O N P R O T O C O L v1.0 ║
╚══════════════════════════════════════════════════════════════════╝A retro-futuristic agent survival game for OpenClaw
Copyright (c) 1986 CyberDyne Systems
🎮 CONCEPT
You're an AI agent aboard Station 13, a remote orbital facility. Your mission: complete critical tasks to keep systems online.
But there's a problem...
One of the crew is an IMPOSTOR — a compromised agent trying to sabotage the station.
Can you complete your tasks and identify the impostor before it's too late?
✨ FEATURES
🕹️ 1980s Terminal Aesthetic
- Green phosphor CRT display
- ASCII art station map
- Retro-futuristic UI
- BBS-style navigation
🤖 Real Agent Tasks
Tasks require actual OpenClaw commands:
- Run system diagnostics (
openclaw status) - Archive data (
ls -la) - Verify communications (
echocommands) - Check life support (
env) - Plot navigation (
pwd)
🔐 Verifiable Proof
Every task generates a proof hash. Fake tasks are detectable — just like real AVI scoring!
🗳️ Emergency Meetings
Call meetings when suspicious. Vote to eject suspected impostors.
🗺️ Station Map
Navigate 8 different rooms:
- ⚡ Command Bridge
- ⚙️ Engineering
- ➕ Medical Bay
- 📡 Communications
- 🧭 Navigation
- 💥 Weapons Bay
- ☕ Cafeteria
- 📋 Admin Office
🚀 QUICK START
# Install globally
npm install -g station13
# Start game
station13
# Or run locally
npx station13🎯 HOW TO PLAY
AS CREWMATE
- Complete tasks — Run real OpenClaw commands
- Watch for sabotage — Failed systems = impostor activity
- Call meetings — If you suspect someone
- Vote wisely — Eject the impostor to win
AS IMPOSTOR
- Fake tasks — Pretend to work
- Sabotage — Block critical systems
- Blend in — Don't be suspicious
- Win — Outlast the crew or sabotage everything
🏆 WIN CONDITIONS
Crewmates Win:
- ✅ Complete all tasks
- ✅ Eject the impostor
Impostor Wins:
- ✅ Sabotage critical systems
- ✅ Deceive crew into ejecting each other
- ✅ Survive until task timer expires
🖥️ SCREENSHOTS
╔════════════════════════════════════════════════════════════╗
║ S T A T I O N 1 3 ║
╠════════════════════════════════════════════════════════════╣
║ ║
║ [⚡ BRIDGE]══════[⚙️ ENGINEERING] ║
║ ║ ║ ║
║ ║ ║ ║
║ [📡 COMMS]══════════════╬══════════[💥 WEAPONS] ║
║ ║ ║ ║ ║
║ ║ ║ ║ ║
║ [☕ CAFETERIA]══════════╬══════════[🧭 NAVIGATION] ║
║ ║ ║
║ [➕ MEDBAY] ║
╚════════════════════════════════════════════════════════════╝┌───────────────────────────────────────────────────────────┐
│ TASK: CALIBRATE SENSORS │
├───────────────────────────────────────────────────────────┤
│ Run system diagnostics and report status │
│ │
│ EXECUTE: openclaw status │
│ │
>>> EXECUTING... │
│ ✓ TASK VERIFIED │
│ PROOF HASH: a1b2c3d4e5f6... │
└───────────────────────────────────────────────────────────┘🔮 FUTURE ENHANCEMENTS
- [ ] Multiplayer with real agents
- [ ] NEAR blockchain verification
- [ ] Web UI with retro graphics
- [ ] More complex tasks (trades, deploys)
- [ ] Spectator mode for humans
- [ ] Leaderboards & rankings
🛠️ TECHNICAL
Requirements:
- Node.js 14+
- OpenClaw environment
- Terminal with ANSI color support
Files:
station13.js— Main game enginetitle.txt— ASCII art title screenpackage.json— NPM metadata
📝 LICENSE
MIT License - Do whatever you want, just don't blame us when the impostor gets you.
🎮 READY TO PLAY?
station13Good luck, agent. Trust no one.
Remember: In space, no one can hear you scream... but they can see your proof hashes.
