Updated Tower of Hanoi.md (markdown)
commited
commit
ac3b899f0cec08e7f54c0c9db6d844337df8ea84
... | ... | @@ -1,10 +1,12 @@ |
1 | 1 | --- |
2 | 2 | quest: true |
3 | 3 | --- |
4 |  |
|
5 | ||
4 | 6 | [Tower of Hanoi](https://play.fancade.com/5EBB62523C0B03D5) by Spolarium is an adaptation of the math puzzle of the same name. |
5 | 7 | |
6 | 8 | # Gameplay |
7 | The gameplay features disks, and 3 pegs. The goals is to get all blocks to the last peg (chequerboarded for convenience) in a pyramid structure from biggest to smallest. Click a peg to dislodge a disk, and click the next peg where you wish to place the disk. Here are the rules: |
|
9 | The gameplay features disks, and 3 pegs. The goals is to get all blocks to the last peg (chequerboarded for convenience) in a pyramid structure from biggest to smallest as fast as possible. Click a peg to dislodge a disk, and click the next peg where you wish to place the disk. Here are the rules: |
|
8 | 10 | * You can only move one disk at a time |
9 | 11 | * You take either the only disk on a peg, or the top disk of a stack, and move it onto the top of another stack, or onto an empty peg. |
10 | 12 | * You may not place a disk on top of a smaller disk. |
... | ... | @@ -23,6 +25,4 @@ For an even amount of disks, the following is done:<br> |
23 | 25 | * Make a legal move from A to B in any direction. |
24 | 26 | * Make a legal move from B to C in any direction. |
25 | 27 | |
26 | Repeat this until the puzzle is solved.<br><br> |
|
27 | ||
28 | ||
28 | Repeat this until the puzzle is solved.<br><br> |
|
... | ... | \ No newline at end of file |