-
-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a story to the dominoes exercise (#2510)
* Add a story to the dominoes exercise
- Loading branch information
1 parent
2d26738
commit 8d1226b
Showing
2 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
exercises/dominoes/description.md → exercises/dominoes/instructions.md
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,13 @@ | ||
# Introduction | ||
|
||
In Toyland, the trains are always busy delivering treasures across the city, from shiny marbles to rare building blocks. | ||
The tracks they run on are made of colorful domino-shaped pieces, each marked with two numbers. | ||
For the trains to move, the dominoes must form a perfect chain where the numbers match. | ||
|
||
Today, an urgent delivery of rare toys is on hold. | ||
You've been handed a set of track pieces to inspect. | ||
If they can form a continuous chain, the train will be on its way, bringing smiles across Toyland. | ||
If not, the set will be discarded, and another will be tried. | ||
|
||
The toys are counting on you to solve this puzzle. | ||
Will the dominoes connect the tracks and send the train rolling, or will the set be left behind? |