compute_points_eaten: Compute Point Eaten by Pac-Man
Description
Compute Point Eaten by Pac-Man
Usage
compute_points_eaten(bonus_points, pacman_moves)
Arguments
bonus_points
Bonus points coordinates.
Value
Returns a tibble
with the coordinates of point eaten by Pac-Man.