This is a simple 8-puzzle game solved using different search algorithms (A Star, BFS).
Primary LanguagePython