Upgraded README.md
Taquin is a three.js experience. Showing, explaining and detailing a school homework.
Goal
The purpose of this project is to solve a sliding puzzle, initiate in a random solvable
configuration, by finding the optimal path to the goal configuration.
Solution
To solve it, we are going to use an A* algorithm with a manhattan distance