stateDiagram
a: Solved (a)
b: Not Solved (b)
c: Swapping (c)
d: Shuffling (d)
e: Solving (e)
state c1 <<choice>>
a --> d: beginShuffle
d --> b: endShuffle
b --> c: beginSwap
c --> c1: endSwap
c1 --> b: not solved
c1 --> a: solved
b --> e: beginSolve
e --> a: endSolve
-
Notifications
You must be signed in to change notification settings - Fork 0
grancalavera/15-puzzle
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Releases
No releases published
Packages 0
No packages published