Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 819 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 819 Bytes

Gridlock-Puzzle-Game

This project is a combination of gridlock puzzle game and its puzzle solver. Tkinter is used for Graphical User Interface. Also, tkinter.dnd module is used to implement drag and drop functionality, and tkinter.messagebox module is used to show messages when the puzzle is solved. A* algorithm is implemented for the puzzle solver.

Program Screenshots:

Screen Shot 2022-08-08 at 8 03 34 PM

Screen Shot 2022-08-08 at 8 03 18 PM

Screen Shot 2022-08-08 at 8 02 30 PM