Translate this

Into

If it doesn’t work,
your configuration is wrong.

How does that work ?

So a chain of domino is generated based on the word and its position, meaning the same sentence will produce the same result over and over again.
The domino chain is generated by looking at what was the last move, and throw something that fit.
Each word got a value associated to it, it keep playing until the value is <= 0.
To decrease that value, each domino has a value : 🂉 is 5-3 so its value is 53

< go back