8 Puzzle in C
Function:
- Initial puzzle board
- Print board
- How number or blank space will move
- Shuffle the board randomly
- Checking the wining board position
Main Funtion: 1.Shuffle the board 2.using do-while loop print again and again according to command.