19 lines
437 B
Text
19 lines
437 B
Text
;Task:
|
|
Implement the [[wp:15_puzzle|Fifteen Puzzle Game]].
|
|
|
|
|
|
The '''15-puzzle''' is also known as:
|
|
:::* '''Fifteen Puzzle'''
|
|
:::* '''Gem Puzzle'''
|
|
:::* '''Boss Puzzle'''
|
|
:::* '''Game of Fifteen'''
|
|
:::* '''Mystic Square'''
|
|
:::* '''14-15 Puzzle'''
|
|
:::* and some others.
|
|
|
|
|
|
;Related Tasks:
|
|
:* [[15_puzzle_solver|15 Puzzle Solver]]
|
|
:* [[16 Puzzle Game]]
|
|
<br><br>
|
|
|