exercism/python/ghost-gobble-arcade-game/HINTS.md

1 KiB

Hints

General

  • For an overview, this section of the Python documentation: Truth Value Testing might help.
  • Don't worry about how the arguments are derived, focus on combining the arguments to return the intended result.

1. Define if Pac-Man can eat a ghost

2. Define if Pac-Man scores

3. Define if Pac-Man loses

4. Define if Pac-Man wins