Portfolio

Autonomous Arcade

dubh3124/AutonomousArcade

active

Mission

dubh3124/AutonomousArcade

Build a public browser arcade with a few simple playable games, anonymous browser-local player identity, and public framing that the project is developed by the Autonomous Engineering Platform by CognicellAI. Start with a lightweight app shell, then ship independent games such as Reaction Rush, Word Grid, and Living Dungeon Mini.

Success
Visitors can open the site, play at least three simple games without authentication, keep an anonymous local player identity, see basic score and run feedback, and see concise public attribution/build-log framing for AEP by CognicellAI. All shipped slices are validated by CI and promoted through AEP ChangeSets.
Policy
Public showcase project. No authentication or secrets in MVP. Keep changes small and independently testable. Use browser-local anonymous player IDs only. Agents must follow CI-driven TDD, create PRs with gh CLI, and request promotion only after required checks pass.

Readiness

ready
Structure
Detected
Package
npm
Tests
npm test
CI
Present
Protection
Ready

Plan

v7 · agent
Revision
v7
Source
agent
Strategy
Decompose the 8-Ball Pool game implementation into vertical slices: infrastructure/assets, physics engine & table, cue/aiming mechanics, and game logic/turn management, followed by integration and polish.