Arrow keys or WASD to move · Space to start/pause
How It Works
This snake game runs entirely on a Loom computer with no training. The transformer's weights are analytically computed to function as a programmable computer executing a custom instruction set with 22 opcodes.
Each game tick runs ~84 inference steps through the 8-layer transformer. Each step executes one instruction: fetching from memory, computing via subtraction, and conditionally branching, all through matrix multiplications.
State: 137×1024 bipolar tensor ·
ISA: 22 opcodes ·
Program: 210 instructions