Skip to content

Commit

Permalink
Switch to assets.exercism.org
Browse files Browse the repository at this point in the history
  • Loading branch information
habere-et-dispertire authored Aug 16, 2023
1 parent 77e42c3 commit 7fe8e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/darts/description.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Write a function that returns the earned points in a single toss of a Darts game

In our particular instance of the game, the target rewards 4 different amounts of points, depending on where the dart lands:

![Our dart scoreboard with values from a complete miss to a bullseye](https://exercism-v3-icons.s3.eu-west-2.amazonaws.com/images/exercises/darts/darts-scoreboard.svg)
![Our dart scoreboard with values from a complete miss to a bullseye](https://assets.exercism.org/images/exercises/darts/darts-scoreboard.svg)

- If the dart lands outside the target, player earns no points (0 points).
- If the dart lands in the outer circle of the target, player earns 1 point.
Expand Down

0 comments on commit 7fe8e02

Please sign in to comment.