feat: add playable Arena Strike FPS scene

This commit is contained in:
emil28092005
2026-07-19 14:20:38 +03:00
parent cbe9121cf2
commit 89924fded6
5 changed files with 414 additions and 13 deletions
+4
View File
@@ -28,6 +28,9 @@ dotnet build CORTEX_ENGINE.sln -c Debug
# Run the alternative Solar Sanctuary demo scene
./scripts/run.sh -- --scene sanctuary
# Run the playable Arena Strike FPS demo
./scripts/run.sh -- --scene shooter
# Run with AI/MCP server
./scripts/run.sh -- --mcp-port 5000
@@ -53,6 +56,7 @@ dotnet test tests/Engine.Tests/Engine.Tests.csproj -c Debug
- **Kinetic Gallery** (default) — sphere pyramid, diamond rain, orbiting torus rings and physics.
- **Solar Sanctuary** (`--scene sanctuary`) — a luminous torus-knot core, three orbital rings, an obelisk circle and falling physical comets.
- **Arena Strike** (`--scene shooter`) — a playable FPS arena with hitscan targets, attacking drones, health, score, waves and reloadable ammunition. Use **LMB** to fire and **R** to reload.
## MCP Tools