exercism / problem-specifications

Shared metadata for exercism exercises.
MIT License
320 stars 540 forks source link

dnd-character: split into instructions and introduction #2420

Closed ErikSchierboom closed 3 months ago

ErikSchierboom commented 3 months ago
BethanyG commented 3 months ago

Couldn't make a suggestion, since this is a part of the exercise that didn't change. On line 6 of the instructions.md file:

You do this by rolling four 6-sided dice and record the sum of the largest three dice.

Should either be:

You do this by rolling four 6-sided dice and recording the sum of the largest three dice. or These six abilities have scores that are determined randomly by rolling four 6-sided dice. The ability score should be recorded as the sum of the largest three dice.

ErikSchierboom commented 3 months ago

@BethanyG Updated!