This project was vibecoded using advanced AI models:
- 90% Gemini 3 Pro
- 10% Claude 3.5 Sonnet
The simulation calls out to Gemini 2.5 Flash to generate a unique, tactical scenario every time you play. No two engagements are exactly alike.
- Node.js
- pnpm (recommended) or npm
-
Install dependencies:
pnpm install
-
Configure Environment: Set the
GEMINI_API_KEYin.env.localto your Gemini API key. -
Run the app:
pnpm dev
-
Build the Docker image:
docker build -t aegis-sim:latest . -
Run the container:
docker run -p 8080:80 -e GEMINI_API_KEY=your_api_key_here aegis-sim:latest
-
Access the app: Open
http://localhost:8080in your browser.
