8-Puzzle Solver

CLC’s team, led by Mr. Georgios Vasilakopoulos, BSc Computer Science, National and Kapodistrian University of Athens, mentored and supervised our students Panagiotis Zervos, Stefanos Gkritzalis, Stefanos Kritikos, Philippos Babalitis, and Elli Argyropoulou to carry out a research project on the development of a program that solves the 8-puzzle game, using the C programming language.

The goal of the 8-puzzle is to reach a particular final state of the game board, given an initial state, by making the appropriate moves. The main challenge of this project is the implantation of different algorithms that can solve this game optimally through the C programming language.

Related Posts

Scroll to Top