You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there's no way to use the formatters to save a maze to a string. I would need to save a file, then read the file into a string. I'd like to do the following:
let maze_str = GameMap::new().span(1).with_start_goal().format(maze);