Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 664 Bytes

Project for SKJ (Maze Generator/Solver GUI)

Project topic

The project utilizes a library created in CPP with Python bindings. The library can be found here. This GUI fully utilizes the library and its functions, allowing for maze generation, solving, rendering, and testing. GUI is written in Python 3.8 with tkinter. The library is written in C++17.

Link to the main repository

Requirements

  • Python 3.8
  • tkinter
  • mazeLib 1.0

GUI Showcase

GUI


Project author: Pavel Mikula (MIK0486)

  • Took approximately 22 hours 30 minutes