Learn R Programming

ggpacman (version 0.1.0)

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.

pacman_moves

Pac-Man computed moves.

Value

Returns a tibble with the coordinates of point eaten by Pac-Man.