fn render_robots( robots: &Vec<Robot>, (r_max, c_max): &(usize, usize), show_middle_lines: bool, )
Render the position of the robots on an ascii art grid.