This project implements a solver for "Chessformer" puzzles. The solution use an optimized version of a search algorithm to find the shortest path from the initial state to the goal. The optimization ...
Algorithm in C based on Dijkstra's shortest-path algorithm to solve Chessformer. Includes my report analysing the complexity of the algorithm. Chessformer is a puzzle game inspired by Chess. The game ...