Six Degrees of Kevin Bacon
Connect actors through their movies
How to play & tips
Goal: Connect two actors by chaining co-appearances in films. Each step must be an actor who has appeared in at least one movie with the previous actor in your path.
Shortest path logic: We first look for a direct collaboration and show the earliest shared title. If none exists, a bidirectional search explores co-stars from both ends to find the quickest connection.
Custom pairs: We pre-check that a route of ≤6 steps exists before starting, so you aren't stuck with impossible runs.