pub fn draw_world( world: &[Vec<char>], out_path: &str, cell_size: u32, ) -> Result<(), Box<dyn Error>>
Render a world grid to a PNG file at out_path.
out_path