/8-Puzzle-Project

This is my project of Artificial Intelligence Course(100579) in Tongji University

Primary LanguagePython

A-star

Project on 8-puzzle of Artificial Intelligence, 2022 Spring complete this project on 2022/4/14 🌟

features

  • A-star algorithm
  • Visualization of search tree
  • Basic GUI interface
  • interactive canvas
  • show matrix of selected node

package requirements

  • copy
  • datetime
  • math
  • tkinter
  • ttkBootstrap