I've been working on a tile-less sidescroller engine off and on since March or February 2007. I tried making an in-engine editor, but that didn't work. Now I'm writing a utility to read numbers from a text file, using fscanf(), and write it to a map (level) file, using fwrite(), to be read with fread(): Code: #include #include #include ...