Maze Generator
Back to home

Maze Generator

Finished2023
Robotic

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

Medias (5)

Maze Generator
Maze Generator
Maze Generator notes
Maze Generator workbench
Maze Generator

Description

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.