PixelChess
A chess engine whose evaluation is a neural network that only ever sees an image of the board (the synthetic render below), running 100% on your device. Search: minimax + α-β + quiescence.
⚡ Speed: the neural network runs in your browser. Current backend: loading…. On WASM (CPU) each evaluation takes ~150 ms, so a move can take several seconds. With WebGPU (GPU) it is dramatically faster (roughly 5–15×), making higher plies playable in real time. WebGPU needs a secure context (HTTPS or localhost); on Linux Chrome also enable chrome://flags/#enable-unsafe-webgpu and #enable-vulkan, then relaunch.
⏱ time per move
loading model…
what the model “sees”