You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Darts Maths game developed in Blazor which provides maths questions in the form of darts scores.
4
4
5
-
The player is given a score that is left to finish and 2 darts already thrown and the player has to select which dart would succesfully complete the scoring (i.e there would be no score left after the last dart was thrown). The final has to be either a double or bullseye.
5
+
The player is given a score that is left to finish with 2 darts already thrown and the player has to select which dart would succesfully complete the scoring (i.e there would be no score left after the last dart was thrown). The final dart has to provide a successful checkout of either a double (1 - 20) or a bullseye (50).
6
6
7
7
For example if the left to score is 69 and the first dart thrown is a 16 and the second dart throws is an Outer Bull (25) then the correct finishing dart is Double 14 as:-
8
8
@@ -11,5 +11,5 @@ For example if the left to score is 69 and the first dart thrown is a 16 and the
0 commit comments