I want to convert an RLE, or Run-length encoding file into a list of coordinates which represent live cells like this: [(x,y),(x,y),(x,y)] I tried reading this
[(x,y),(x,y),(x,y)]