Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 440 Bytes

nPuzzle

solving nPuzzle problem with search algorithms

this project constists of two parts first the front end written with nuxtjs framework to create nPuzzle game . this game is stand alone and you can play it without needing to run backend

first back end which is used when trying to solve puzzles automatically using different ai algorithms written with go lang.

tcp sockets are used for connection between backend and frontend