A Python + Pygame based simulation of a bot that can either:
- ๐๏ธ Follow a user-drawn path
- ๐ฏ Visit numbered targets
- ๐ง Avoid obstacles along the way
- โ๏ธ Free Path Mode โ Draw a random line, and the robot traces it with dotted motion.
- ๐ข Target Mode โ Click to place objects in order; robot visits each one sequentially.
- ๐งฑ Obstacle Avoidance โ Robot avoids both random obstacles and numbered targets.
- โธ๏ธ Pause/Resume โ Pause robot at any time mid-movement.
- ๐ข Speed Selector โ Choose speed levels (1 to 5).
- ๐ Clear/Reset/Exit โ Clear drawings, reset robot, or go back to mode selection.
yet to add
- Python 3.8 or above
pygamelibrary
pip install pygame