get_current_games provides an API to return the current rounds matches in a data frame.
get_games(user, pass, comp, round = NULL)
monash username, in text
monash password, in text
comp type, should be one of "normal", "gauss" or "info"
(optional), round number to return. If not provided, will try find the current round.
A tibble, containing the matches from the currently available tipping round
if (FALSE) {
get_games(user, pass, comp)
}