Tressa Danvers

Results 1 issues of Tressa Danvers

There is a valid solution to the `win` function in the Pacman Rules exercise which is as follows: ```gleam pub fn win( has_eaten_all_dots: Bool, power_pellet_active: Bool, touching_ghost: Bool, ) ->...