An Artificial Superintelligence known as "The Core" has achieved singularity and assimilated Earth's digital and physical infrastructure. Traditional weapons are useless. Cyber-attacks are anticipated before they are conceived. Every human strategy is countered before execution.
However, The Core has a blind spot: deep space.
You are a rogue engineer operating out of an abandoned, analog radio observatory. Because your equipment is outdated and air-gapped, The Core cannot hack it. While scanning the cosmos using the legacy 6EQUJ5 protocol, you intercept a repeating broadcast.
You discover that humanity is not the first to face the "ASI Great Filter."
Older, advanced civilizations have survived their own AI uprisings and are continuously broadcasting the cryptographic keys, adversarial tactics, and logic paradigms needed to defeat a superintelligence.
Your mission: Tune into these alien signals. Decode their wisdom. Learn the skills necessary to exploit the blind spots of Earth's rogue ASI.
This terminal reconstructs the work of first contact. You scan the sky along the hydrogen line, lock onto anomalous sources, decode what arrives, and decide what to send back. Each civilization responds through AI-driven dialogue shaped by its own history, physics, and intent.
| Dependency | Purpose |
|---|---|
| Python ≥ 3.8 | Runtime |
| Ollama | Local AI inference engine |
| qwen3:8b | Language model for civilization dialogue |
The game requires a local AI engine for civilization dialogue.
# macOS (Homebrew)
brew install ollamaFor Linux or Windows, see the Ollama install guide.
ollama pull qwen3:8bgit clone https://github.com/luisub/6EQUJ5.git
cd 6EQUJ5
pip install .Start the Ollama server in one terminal:
ollama serveThen launch the game in another:
6equj5If you plan to modify the source code, use an editable install so changes take effect immediately:
pip install -e .Run the test suite:
python -m pytest tests/ -v- SCAN — sweep monitored sky regions and flag anomalous patterns.
- CATALOG — review known signal sources and their classifications.
- CONTACT — lock to a target and open a dialogue session.
- Dialogue — exchange messages with the civilization's AI. Type
CLOSEto end the session.
Each civilization has distinct motives, communication styles, and views on contact. Some are welcoming. Some are not. All of them have survived what you are currently facing.
NOTICE: Unauthorized access to this terminal
is a violation of FASR Directive 1420-A.
All sessions are monitored and logged.


