From: "Matthew D." Date: 2011-05-05T03:26:47+09:00 Subject: Convert String to Grid Hey, I am kinda new to ruby... and programing... Anyway, I had an idea of making an ascii game with ruby for the console. I found a way to make (and break :P) grids, but can't figure out how to convert a map file into a grid. The map file has a key included and I think I can figure out how to parse that but I cannot for the life of me how to put the map into a grid, for character movement. Anyone know how? -- Posted via http://www.ruby-forum.com/.