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);
The text was updated successfully, but these errors were encountered:
jpedrick
added a commit
to jpedrick/knossos
that referenced
this issue
Jan 7, 2024
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:
The text was updated successfully, but these errors were encountered: