"As promised, the is_in_bounds() function. It is just a bunch of checks to make sure the x coordinate is not lower than 0 or higher than (or equal to) the width, and the same with the y coordinate and height correspondingly. So if the coordinate is in the rectangle described by our map, for which we have valid tiles, we return ture, otherwise we return false."
You wrote ture instead of true (also really good content)
"As promised, the is_in_bounds() function. It is just a bunch of checks to make sure the x coordinate is not lower than 0 or higher than (or equal to) the width, and the same with the y coordinate and height correspondingly. So if the coordinate is in the rectangle described by our map, for which we have valid tiles, we return ture, otherwise we return false."
You wrote ture instead of true (also really good content)