AhanaGames is an aarmlang gaming system on aarmOS. Worlds, assets, and
NPC minds live in a .aarm. Play decompresses only the camera frustum —
less RSS, a budgeted KV cache — so a title that used to want a huge GPU can
render and play from the pack. Target: Unreal-class (and above) look
without dumping the world uncompressed. Honest: that class is the build target;
live today is AARMVLC + 4K canvas + Zip densify + this builder.
Same as serve_aarm: stream tiles/layers in view. AARM_KEEP_LAYERS=0 for game minds. Not a full RAM expand.
World and AI memory in packed KV (AhanaFlow / Miracle). Cold rooms evict. No unbounded GPU cache as the product.
Assets densify with AhanaZip. Bit-exact where the source is lossless. We do not claim “UE5 half size by re-encoding.”
Powerhouse coding inside the portal: aarmlang or gamelangOS (game dialect). Pack, play, iterate — not a Unity/Unreal install as the product face.