HCAIFeb 15

Full State-Space Visualisation of the 8-Puzzle: Feasibility, Design, and Educational Use

arXiv:2604.06186h-index: 14
AI Analysis

This addresses the problem of learners struggling to form accurate mental models of search algorithms in AI education, though it is incremental as it applies existing visualization techniques to a specific educational domain.

The paper tackled the challenge of visualizing the entire reachable state space of the 8-puzzle (181,440 states) to aid in AI education, and found that an interactive system built with Unity and GPU-based rendering is technically feasible and educationally valuable for enhancing conceptual understanding of search algorithms.

Search algorithms are a foundational topic in artificial intelligence education, yet even simple domains can generate large state spaces that challenge learners' ability to form accurate mental models. This paper presents an interactive learning system that demonstrates the feasibility of visualising the entire reachable state space of the 8-puzzle (181,440 states), while tightly coupling abstract graph structure with concrete puzzle manipulation. Built using Unity and modern GPU-based rendering techniques, the system enables real-time exploration of global structure, step-by-step execution of search algorithms, and direct comparison of how different strategies traverse the same space. We describe the system's design, visualisation layouts, and educational use, reporting findings from an initial classroom deployment and pilot study with students at different levels of university education. Overall, the results indicate that full state-space visualisation is both technically feasible and educationally valuable for supporting conceptual understanding of search behaviour within this canonical problem domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes