Slashdot Mirror


Interview with Pac-Man Creator

Rogueywon writes "The UK's Times newspaper has a featured interview with Toru Iwatani, creator of Pac-Man. The article offers an insight into the inspiration behind the old arcade classic and reflects on the lack of material gain that the franchise has brought to its creator." From the article: "Iwatani sits down and tells the whole story, starting exactly 26½ years ago when a 24-year-old Namco programmer strolled into a now demolished restaurant in central Tokyo, called Shakeys. It was here that he ordered the marguerita pizza that, with one slice removed, provided the visual inspiration for Pac-Man's famous profile. "

3 of 61 comments (clear)

  1. A great game for a budding game programmer by tcopeland · · Score: 2, Insightful

    Writing a Pacman clone is a great exercise if you're trying to learn how to program games. There's graphics, hit detection, path-finding, "AI" strategy, high score tracking; all kinds of good stuff to think about.

    Another good one is Tetris; lots of interesting challenges in there.

    1. Re:A great game for a budding game programmer by badasscat · · Score: 3, Insightful

      AI? I thought the ghosts in Pacman followed predetermined paths irrespective of what the player is doing, hence the ability of the player to "cheat" and use a predefined pattern to successfully complete the maze.

      No, you're confusing patterns that were "discovered" that allowed you to win by beating the AI (which do exist), with patterns that the ghosts followed (which don't). The ghosts follow no pre-determined patterns - in fact each one is programmed to act and react in a different manner from the other. I don't recall all the differences but there are things like one of them being smart enough not to come near you while you're close to a power pellet, one of them being able to see you all the way on the other side of the board, etc. There is real uniqueness in how they act, though you wouldn't notice it unless you really played a lot.

      The patterns come about because the AI is not advanced enough that it's going to do anything different given the same situation. So, assuming that Pac-Man travels at the same speed in every game (which he does), and you don't screw up, you can use the same pattern every time and the ghosts will act in the same way. But that doesn't mean they're not using AI.

  2. Remids me of the old joke... by Anne_Nonymous · · Score: 4, Insightful

    "Computer games don't affect kids. I mean, if Pac-Man affected us as kids, we'd all be running around darkened rooms, munching magic pills, and listening to repetitive electronic music."