Play Ludo against a neural network
Meet the player inside the board.
AlphaLudo is a 587,306-parameter graph transformer that learned Ludo by imitating the best model before it, then by playing against past champions and itself. It runs right here in your browser: no server, no account, no tracking.A 587,306-parameter network that learned Ludo, running right here in your browser. No server, no account.
Scroll
01 Chance
The die makes the question. Not the answer.
Every turn starts with a roll you don’t control. What you do with it is the whole game, and it’s the only part a network can learn.
02 One move
One roll. One piece. One choice.
It doesn’t look ahead. In a single pass it scores every square you could move from, all 225 of them, and plays the best. About 13ms, on your device.
03 How it sees
The board, read as a graph.
Earlier versions looked at the board like a picture. This one treats every square as a node carrying three numbers, and its attention is nudged along the paths the pieces actually travel.
Inside the model
04 Your turn
The next move is yours.
It beats the model it replaced 52.7% of the time, and the strongest scripted player 68.4%. Against you, the dice still have a say.