Cricket is the most popular casual darts game after 501, and its scoring trips people up because marks, closing, and points all interact. This scoreboard applies the standard rules so two players can track marks and points without arguing over the maths.
How it works
Each player works to put three marks on each of 20, 19, 18, 17, 16, 15 and the bull. Marks accrue by ring:
single = 1 mark double = 2 marks treble = 3 marks
bull single = 1 mark bullseye (double bull) = 2 marks
Once a player has three marks on a number it is closed for them. Extra marks on a closed number then score that number’s value — but only while the opponent has not also closed it:
points += number (only if mine >= 3 marks AND opponent < 3 marks)
When both players reach three marks the number is dead and scores nothing more.
Winning and tips
A player wins the instant they have closed all seven numbers and are level or ahead on points. The classic trap is closing everything early but trailing on points — then you are stuck scoring on your remaining open numbers to catch up while your opponent races to close them. A strong opening strategy is to hit the 20 and bull hard early to bank points before the board closes around you.