About
KensGames is a proof of concept for x-dimensional programming — an architecture in which manifolds are the source of truth and every object in the system is an identity x modified by a y derived from the manifold to yield z, the current state.
The Axiom
State is never stored. State is computed from identity and the manifold field at the moment of observation.
Manifolds as Source of Truth
Conventional software stores state in tables and treats geometry as decoration. Here it is inverted. A Gyroid manifold (the canonical substrate) and an auxiliary Schwarz Diamond lens together form a queryable field. Player positions, AI decisions, matchmaking, scoring, and rendering are all queries against that field rather than rows in a database.
Each game on this portal — FastTrack, BrickBreaker 3D, 4D Tic-Tac-Toe, and Starfighter — is a different lens onto the same underlying manifold. They share substrates for input, audio, multiplayer, and lifecycle. What differs is the equation each lens evaluates.
Why a Game Portal
Games are the smallest complete systems that exercise identity, state, time, multiplayer consensus,
and rendering at once. If z = x · y can survive contact with a real-time arcade,
it can survive contact with anything else.