jostbr / pymaze

A maze generator, solver and visualizer for Python
MIT License
265 stars 61 forks source link

Impliment Equality for Mazes #21

Open ThomasThelen opened 6 years ago

ThomasThelen commented 6 years ago

It would be great if you we could check if two cells are equal by overriding the equality operator. This would allow for better unit testing and may help with further applications.