There is a Pac-Man doodle on google.com that has been sitting there for over a decade. I have died in it more times than I would like to admit, and for years I assumed the chasers were random. They are not random, and that is the whole story.
The doodle runs four chasers, not one. Two of them do honest pathfinding (calculating the shortest route through the grid to a specific tile) and two of them do not. The two honest ones are deterministic given the same maze state and your same position, which means they are beatable if you learn their rules. The other two are noise. The trick is realizing that the noise is not a bug. The noise is the game.
Once the rules click, the doodle stops feeling random and starts feeling like a routing problem. That is the version worth playing, because the link is right there on the search page and Google has shown no signs of taking it down.
Here is what I have pieced together from too many Saturday afternoons spent on it. Most players treat the corners of the grid as hiding places, and that habit is the single biggest reason they die on round four. The power pellet looks like a free pass and is not. The side tunnels look like shortcuts and are actually escape hatches. And the reason the doodle itself is still there is the same reason most side projects survive: the complaint about losing it was louder than the complaint about working through it.
What the four chasers actually do
The first mistake I made for years was assuming all four chasers were the same algorithm in different colors. They are not. Two of them are honest pathfinders. They look at the grid, look at where you are, and pick the shortest route to a target tile. One targets the tile you are on. The other targets the tile ahead of you. They are deterministic (a given grid state plus a given your position always produces the same target). That is what makes them beatable.
Pathfinding is only half of what is going on. The other two do not pathfind at all. They pick directions roughly at random. They do not chase you. They do not even know where you are. They wander. Sometimes the wandering helps you, sometimes it hurts you, and the entire reason they exist is to keep the two smart chasers from learning to corner you on round two.
The right mental model is not “four chasers.” It is “two smart chasers plus two dice rolls.” Once you play to that model, you stop trying to outrun the whole pack and start playing against the rules. Dice rolls are the part of the puzzle that does not have a clean answer, and that is fine.
How to play against the smart ones
The current-tile chaser is the easier of the two. Show it a corridor and commit to a turn one tile early. The chaser will lock onto the longer route before it sees you change direction. You get a clean break plus the time it takes the chaser to backtrack. Repeat that pattern a few times and you have effectively cleared a quadrant of the grid.
The ahead-of-you chaser punishes lazy play. It is not pursuing where you are. It is pursuing where you will be. Run in a straight line and every tile you cross is the exact tile the chaser is targeting. Stop, reverse, or take a sharp turn at any point and the prediction breaks. Anything that disrupts the “I will be there in one tile” assumption works.
Across both chasers the rule is the same: do not give them a clean prediction. Move with intention. Change direction early. Use the corners as pivot points rather than hiding places.
Why corners are where you die, not where you hide
When the chasers close in, the instinct is to retreat to a corner. I did. Everyone does. The instinct is wrong, and the geometry is the reason. A corner has exactly two exits. A mid-grid tile has four. Four exits means twice the escape routes when a chaser rounds the bend.
Most of your run should be in the open, where you always have somewhere to go. Corners are panic rooms, not bases of operations. The players who treat them the other way around die on round four with full health and never figure out why.
The exception is the half-second after a power pellet expires. At that point you are low on time and the chasers have just resumed the chase. Diving into a corner to break line-of-sight is fine. Living there is not.
The eight-second window that everyone misreads
Picking up a power pellet flips the game. The chasers run, you chase. Most people hear “power pellet” and think “free points.” That is how you end up back at the start screen watching your last life disappear.
Each power pellet gives you roughly eight seconds as the predator. The window shrinks slightly each round. Round one is generous. Round six is tight. The chasers flash near the end of the timer, and that flash is your cue to stop chasing and get clear. Two tiles away from a kill when the flash starts is the classic trade of a guaranteed escape for a chaser you were never going to catch anyway.
The smart play is to grab the pellet, eat the two or three chasers that are already close, and use the last couple of seconds to clear pellets in a quiet part of the grid. The greedy play is to chase every chaser until the flash ends. The greedy play loses runs every time.
The side tunnels are an escape hatch
The Google Pac-Man maze has wraparound tunnels on both sides. Run into one and you pop out the other side of the board. The wraparound is faster than the chasers can chase, which is what makes the tunnel a real escape hatch instead of a trap.
Use it when a smart chaser is on your tail and a second one is cutting off the obvious exit. Use it when you just finished a power pellet and need to reset the spacing. Use it when you want to swap which half of the grid you are working in without crossing the middle.
Do not lean on the tunnel as a default route. The chasers are not smart enough to camp the entrance, but they patrol it often enough that the tunnel becomes a dead end with a chaser at each side. Treat it like a fire exit, not a hallway.
How a doodle survived a decade
The Pac-Man doodle being on google.com for fifteen years is the kind of trivia that should not surprise me and does. The play was supposed to be temporary. Google put up an anniversary version, people kept the tab open at work, the productivity dashboards filled up, and the office managers asked Google to take it down. Google did the obvious thing and pulled it.
That is when the louder feedback started. People complaining about losing the game outnumbered the people complaining about losing work time. So Google reinstated it and never really took it down again. The thing on the search page today is the same artifact that survived that initial removal, which is a small story about how some features outgrow their original purpose and become load-bearing (essential enough that removing them causes more disruption than keeping them does). Once a habit forms around a feature, removing the feature is its own project.
What to play next when the grid gets old
If you have burned a Saturday on the doodle and want something adjacent for the next coffee break, here are the doodles I keep going back to:
- Google Block Breaker. A paddle-and-balls game with the same single-screen feel. Good for two minutes.
- Google Snake. You are your own worst enemy as the tail grows. The longer you survive, the harder it is to avoid yourself.
- Google Space Invaders. Something to shoot instead of run from. The mouse aim on desktop is fine, the touch aim is rough.
- Google Guitar. A small strummer. You will play it twice, laugh, and close the tab.
- Google Underwater. Floods the page with a bubble mini-game. Better than it sounds.
Trade-offs
The Google Pac-Man doodle is not a full game. The grid is one screen, the round count is short, and there is no persistent high score. You are getting a free distraction toy, not a competitive arcade experience. The sound is also off by default in some browsers, which kills half the vibe.
If you want a serious Pac-Man fix, the actual arcade version or one of the modern Pac-Man Championship Edition releases is the right answer. The Google version is the one you play during a coffee break because the link is already in front of you. That is the actual point.
Touchscreen controls take a minute to get used to. The four-way pad below the grid works on a phone or tablet, but it is not as crisp as keyboard arrows. Touchscreen players will lose a few runs to bad inputs before the muscle memory settles.
What I would tell past me
If I could send a message back to the version of me that just lost three lives in a row, I would say three things.
- Pick one chaser, learn its rule for a single round, then add a second. Trying to memorize all four at once is how most people quit.
- Stop hiding in corners. Run in the open until the grid forces you into a corner, not because it feels safe.
- Take the tunnel the moment the timer flashes. The flash means the power pellet is almost gone, and that is the cheapest escape in the game.