‘ Recursive lightcasting function @returns: fov_matrix
Calculate lit squares from the given location and radius
Checks if given location should be considered blocking for character @param loc_x: x-coordinate on the map @param loc_y: y-coordinate on the map @param level: level @param character: character @returns: False if not blocking, otherwise True