acmpesuecc / maze_solver

MIT License
1 stars 0 forks source link

get_width_of_cell() function returns constant value #1

Closed gall1frey closed 3 years ago

gall1frey commented 3 years ago

get_width_of_cell() function returns a constant value, 20. That works when dealing with mazes of cell size 20, but not others. Change this function so it returns the correct cell width (in pixels) for mazes of different cell sizes