I see there are plenty of Load File & Random Terrain examples, but I was curious if anyone had tried to combine them.
XNA has an example where each level is just a TXT file with different characters representing tiles. I always thought this was pretty powerful for platformers.
I wanted to implement this somehow and before I go and roll my own, I wanted to see if this had been done yet.
Summary: On start of layout: open a txt file and covert it into tiles on the screen.
Example of file:
########$###@@@######
########$############
....
Update: Actually found the example from HTML5 Version.