Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 394 Bytes

File metadata and controls

12 lines (10 loc) · 394 Bytes

School 21 A1_Maze_CPP

Description:

The program is written in C++ and uses the Qt framework for GUI.

The program creates and loads mazes (eller's algorithm) and caves (cellular automaton). Finds solution to the maze using DFS, BFS algorithms and ML (Q-learning).

Install and start:

make install && cd build && ./A1_Maze_CPP && cd ..

Presentation:

alt text