I Robot Roomba simulator

This project simulates the movement of the I Robot Roomba vacuum cleaner. The following describes the simulation properties. Moves – the number of moves made by the Robot. (calculated automatically) Unvisited – the number floor tiles that have not been visited at least once by the Robot. (calculated automatically) Max_visit – the maximum number of times that any floor tile has been visited. (calculated automatically) Floor_size – the number of floor tiles' (calculated automatically) Move_max – the number of moves that the Robot is permitted to go before changing direction. First_direction – the initial direction of the Robot when placed on the floor (1=up through 8 = up-left, clockwise by octant). Repeat – controls whether the simulation automatically restarts when the simulation is complete (0=no, 1=yes). Change_mode – controls whether the Robot resets its move count when changing direction (0=no, 1=yes).
Data
Created:June 14, 2016
Played:175
Agent:4
Rules:50
Methods:26
false
Settings
New Project Name
Rename
Copy
Download
Show Project Report
Flag Project
Delete
This project simulates the movement of the I Robot Roomba vacuum cleaner. The following describes the simulation properties. Moves – the number of moves made by the Robot. (calculated automatically) Unvisited – the number floor tiles that have not been visited at least once by the Robot. (calculated automatically) Max_visit – the maximum number of times that any floor tile has been visited. (calculated automatically) Floor_size – the number of floor tiles' (calculated automatically) Move_max – the number of moves that the Robot is permitted to go before changing direction. First_direction – the initial direction of the Robot when placed on the floor (1=up through 8 = up-left, clockwise by octant). Repeat – controls whether the simulation automatically restarts when the simulation is complete (0=no, 1=yes). Change_mode – controls whether the Robot resets its move count when changing direction (0=no, 1=yes).
Edit Description
Design