
A robot that can generate a maze and find the way out.





A robot that can generate a maze and find the way out. Two people and I made it during a coding camp. We had to use a Thymio, which is programmed in Python but the real challenge was that is didn't support classes, flaot numbers, lists but only small numbers, fixed-size lists. We ran into some problems with the precision and the lack of sensors to measure the real turns of the robot. But we managed to make it work a bit and it was a great experience.