Contents
This is a Python program that implements a vacuum cleaner as an Artificial Intelligence.
Note: GarbageGoober isn't compatible with python2, run it with python3 instead.
I suggest you definitely use cmder.
git clone https://github.com/mammaddrik/GarbageGoober.git
cd GarbageGoober
pyrhon pip install -r requirements.txt
python GarbageGoober.py
Note: You may encounter an error while installing this requirements. If an error occurs, use the following command:
python -m pip install --upgrade pip
pyrhon pip install -r requirements.txt
After installing the script, you can choose two options from the script:
-
It is for Random trash:
Note: It moves in four directions and does not leave the screen and displays the state of the room at any moment. You can specify the location of GarbageGoober.
-
It is for Custom trash:
Note: It starts from the first room and moves to the last room and does not leave the screen.
GarbageGoober is licensed under MIT License.