I am working on a project which requires me to create a game that includes a maze. Rather than constructing a maze by creating walls individually, I was wondering, is there a way to create a sub class with the image set as a maze picture which does not allow a character to move across the maze if it intersects with a colour?

