You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,24 @@ puzzl is an intelligent implementation of the classical sliding-puzzle game.
9
9
10
10
It's built on top of Golang's *concurrency primitives*. It uses *goroutines* and *channels* for inter process communications to provide real time notification experience in unix terminals.
11
11
12
-
puzzl comes with an in-built solver(A* powered) which can solve any puzzle configuration faster than Iron Man. :zap:
13
-
14
-
![puzzl]()
12
+
puzzl comes with an in-built solver which can solve any puzzle configuration faster than Iron Man. :zap:
0 commit comments