-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync the
dnd-character
exercise's docs with the latest data.
- Loading branch information
1 parent
771b472
commit 359683d
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Introduction | ||
|
||
After weeks of anticipation, you and your friends get together for your very first game of [Dungeons & Dragons][dnd] (D&D). | ||
Since this is the first session of the game, each player has to generate a character to play with. | ||
The character's abilities are determined by rolling 6-sided dice, but where _are_ the dice? | ||
With a shock, you realize that your friends are waiting for _you_ to produce the dice; after all it was your idea to play D&D! | ||
Panicking, you realize you forgot to bring the dice, which would mean no D&D game. | ||
As you have some basic coding skills, you quickly come up with a solution: you'll write a program to simulate dice rolls. | ||
|
||
[dnd]: https://en.wikipedia.org/wiki/Dungeons_%26_Dragons |