MohammedHaq / MazeLearn

0 stars 0 forks source link

Initial draft for maze generation #6

Closed MohammedHaq closed 3 months ago

MohammedHaq commented 3 months ago

Create an initial draft of a python script that can generate a maze.

This maze should be a "Maze" object. has predefined functions to reset positions, reset maze, etc.

Implement with functionality that can be outsourced to c++ code

MohammedHaq commented 3 months ago

maze generator merged:

bin/generate_maze.py