draw_world

Function draw_world 

Source
pub fn draw_world(
    world: &[Vec<char>],
    out_path: &str,
    cell_size: u32,
) -> Result<(), Box<dyn Error>>
Expand description

Render a world grid to a PNG file at out_path.