Python-Picobot
A simple Picobot project implemented in Python
About
Explanation
This is my first programming project.
Picobot use rules.txt
file which contains Picobot rules to traverse map. If your rules are correct Picobot will cover the whole map.
Currently rules.txt
contains sample insturctions to test the project.
graphics.py
library from https://mcsp.wartburg.edu/zelle/python/ has been used to create UI for this project.