Skip to content

Commit 5bf7dc4

Browse files
authored
Update README.md
1 parent 740e110 commit 5bf7dc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Darts Maths game developed in Blazor which provides maths questions in the form of darts scores.
44

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).
66

77
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:-
88

@@ -11,5 +11,5 @@ For example if the left to score is 69 and the first dart thrown is a 16 and the
1111

1212
![image](https://github.com/user-attachments/assets/5b7b68dc-124d-4d75-8da4-4c6b7fd00d91)
1313

14-
* Game is Developed using Blazor Server/.Net 8 and utlises MudBlazor for the GUI Component framework
14+
* The game is Developed using Blazor Server/.Net 8 and utlises MudBlazor for the GUI Component framework
1515
* There is a unit test app which uses MS Test .Net 8 and utilises the FluentAssertions library for the test assertions on the GameEngine Service

0 commit comments

Comments
 (0)