Difference between revisions of "Pac-Man"

From TheAlmightyGuru
Jump to: navigation, search
(Box Art)
(17 intermediate revisions by the same user not shown)
Line 7: Line 7:
  
 
==Status==
 
==Status==
I do not own the game. I've never tried hard to get a decent score, and I've never even come close to the kill screen.
+
I do not own the game. I've never tried hard to get a decent score, and I've never even come close to the [[kill screen]].
  
 
==Review==
 
==Review==
Line 41: Line 41:
 
Pac-Man - ARC - USA - Marquee.svg|The North American arcade marquee features the same creepy Pac-Man as the cabinet.
 
Pac-Man - ARC - USA - Marquee.svg|The North American arcade marquee features the same creepy Pac-Man as the cabinet.
 
Pac-Man - ARC - USA - Side Art.svg|North American side art.
 
Pac-Man - ARC - USA - Side Art.svg|North American side art.
 +
Pac-Man - ARC - USA - Bezel - Cocktail.svg|North American cocktail bezel.
 +
Pac-Man - ARC - USA - Control Panel.svg|North American control panel.
 +
Pac-Man - ARC - USA - Control Panel - Cocktail.svg|North American cocktail control panels.
 +
Pac-Man - A8 - USA.jpg|Atari 8-bit.
 +
Pac-Man - MZ - USA.jpg|Used for the PC-6001, FM-7, and Sharp MZ-80K.
 
</gallery>
 
</gallery>
  
Line 51: Line 56:
 
Pac-Man - C64 - Manual.pdf|Commodore 64 manual.
 
Pac-Man - C64 - Manual.pdf|Commodore 64 manual.
 
Pac-Man - GB - Manual.pdf|Game Boy manual.
 
Pac-Man - GB - Manual.pdf|Game Boy manual.
Pac-Man - NES - Manual.pdf|NES manual.
+
Pac-Man - NES - USA - Manual - Unlicensed.pdf|US NES manual - Unlicensed.
 +
Pac-Man - NES - USA - Manual.pdf|US NES manual.
 
Pac-Man - ARC - How to Win At Pac-Man.pdf|How to Win At Pac-Man.
 
Pac-Man - ARC - How to Win At Pac-Man.pdf|How to Win At Pac-Man.
 
Pac-Man - ARC - Pac-Man - Ultimate Key to Winning, The.pdf|Pac-Man: The Ultimate Key to Winning.
 
Pac-Man - ARC - Pac-Man - Ultimate Key to Winning, The.pdf|Pac-Man: The Ultimate Key to Winning.
Line 59: Line 65:
 
Winners' Book of Video Games, The - Paperback - USA.pdf|The Winners' Book of Video Games.
 
Winners' Book of Video Games, The - Paperback - USA.pdf|The Winners' Book of Video Games.
 
Pac-Mania! - Official Pac-Man Joke Book, The - Mass Market - USA.pdf|Pac-Mania!: The Official Pac-Man Joke Book.
 
Pac-Mania! - Official Pac-Man Joke Book, The - Mass Market - USA.pdf|Pac-Mania!: The Official Pac-Man Joke Book.
 +
Pac-Man's Christmas - 1983.pdf|Comic - ''Pac-Man's Christmas''
 
Namco - Flyer - Dig Dug, Pac-Man, Rally-X.jpg|[[Namco]] ad.
 
Namco - Flyer - Dig Dug, Pac-Man, Rally-X.jpg|[[Namco]] ad.
 
</gallery>
 
</gallery>
Line 67: Line 74:
 
Pac-Man - ARC - Screenshot - Demo.png|The American ghost names.
 
Pac-Man - ARC - Screenshot - Demo.png|The American ghost names.
 
Pac-Man - ARC - Screenshot - Game Start.png|Game start.
 
Pac-Man - ARC - Screenshot - Game Start.png|Game start.
 +
Pac-Man - ARC - Screenshot - Power Pellet.png|Pac-Man becomes [[Invincibility (video game terminology)|invincible]] briefly after eating a power pellet.
 
Pac-Man - ARC - Screenshot - Intermission 1.png|Intermission 1: Pac-Man gets swoll.
 
Pac-Man - ARC - Screenshot - Intermission 1.png|Intermission 1: Pac-Man gets swoll.
 
Pac-Man - ARC - Screenshot - Intermission 2.png|Intermission 2: Blinky tears his sheet.
 
Pac-Man - ARC - Screenshot - Intermission 2.png|Intermission 2: Blinky tears his sheet.
Line 96: Line 104:
  
 
===Videos===
 
===Videos===
{{#ev:youtube|ataGotQ7ir8|256|inline|Detailed ghost AI info.|frame}}
+
{{YouTube|ataGotQ7ir8|Detailed ghost AI info.}}
{{#ev:youtube|l7-SHTktjJc|256|inline|Ghost AI info.|frame}}
+
{{YouTube|l7-SHTktjJc|Ghost AI info.}}
{{#ev:youtube|AuoH0vz3Mqk|256|inline|Longplay - Perfect game & kill screen.|frame}}
+
{{YouTube|AuoH0vz3Mqk|Longplay - Perfect game & kill screen.}}
  
 
* [http://www.gdcvault.com/play/1014631/Classic-Game-Postmortem-PAC gdcvault.com/play/1014631/Classic-Game-Postmortem-PAC] - Postmortem.
 
* [http://www.gdcvault.com/play/1014631/Classic-Game-Postmortem-PAC gdcvault.com/play/1014631/Classic-Game-Postmortem-PAC] - Postmortem.
Line 118: Line 126:
  
 
==Color Palette==
 
==Color Palette==
The original arcade version of Pac-Man uses a hardware-based color PROM to determine its colors. The PROM stores a palette of 256 colors in a [[Color Palettes#Single-Byte Palettes|single byte]]. The red, green, and blue channels are defined by the bit pattern BBGGGRRR which allows for eight levels of intensity for red and green and four levels for blue. The display hardware could only work with an index of 16 colors chosen from the palette of 256, and even then, each background tile or sprite could only be composed of up to four colors from the index of 16. Despite having 16 possible colors to work with, the designers occupied four slots with black, resulting in only 13 unique colors. These blacks appear to be used in certain graphics to color things invisible. For example, when a pellets is eaten, the game continues to draw it, but it sets its color to black. Also, the area inside the maze walls is colored a different black than the background, although this never comes up in the game as far as I know.
+
The original arcade version of Pac-Man uses a hardware-based color PROM to determine its colors. The PROM stores a palette of 256 colors in a [[Color palettes#R8-G8-B4, 8-bit, 256 Colors|single byte]]. The red, green, and blue channels are defined by the bit pattern BBGGGRRR which allows for eight levels of intensity for red and green and four levels for blue. The display hardware could only work with an index of 16 colors chosen from the palette of 256, and even then, each background tile or sprite could only be composed of up to four colors from the index of 16. Despite having 16 possible colors to work with, the designers occupied four slots with black, resulting in only 13 unique colors. These blacks appear to be used in certain graphics to color things invisible. For example, when a pellets is eaten, the game continues to draw it, but it sets its color to black. Also, the area inside the maze walls is colored a different black than the background. This perhaps indicates the designers considered coloring it at one point, like it is in later games in the series, although this never comes up in the finished game as far as I know.
  
 
In the table below I've converted the colors from the game into RBG equivalents using an increment of 36 for the red and green channels and an increment of 85 for the blue channel. As far as I know, this does not properly emulate the color PROM's method, and I'm not able to get the true binary value for each color, but it yields a fairly accurate result. More advanced emulators, like MAME probably emulate the PROM, but they also adjust each pixel based on its nearby pixels to better emulate CRTs, so they don't give a true result either.
 
In the table below I've converted the colors from the game into RBG equivalents using an increment of 36 for the red and green channels and an increment of 85 for the blue channel. As far as I know, this does not properly emulate the color PROM's method, and I'm not able to get the true binary value for each color, but it yields a fairly accurate result. More advanced emulators, like MAME probably emulate the PROM, but they also adjust each pixel based on its nearby pixels to better emulate CRTs, so they don't give a true result either.
Line 132: Line 140:
 
|-
 
|-
 
| 2 || style="background-color:#D89055;" |
 
| 2 || style="background-color:#D89055;" |
| Tan || 216, 144, 85 || <tt>01100110 0x66 102</tt> || Orange top, cherry stem
+
| Brown || 216, 144, 85 || <tt>01100110 0x66 102</tt> || Orange top, cherry stem
 
|-
 
|-
 
| 3 || style="background-color:#FCB4FF;" |
 
| 3 || style="background-color:#FCB4FF;" |
Line 144: Line 152:
 
|-
 
|-
 
| 6 || style="background-color:#48B4FF;" |
 
| 6 || style="background-color:#48B4FF;" |
| Light Blue || 72, 180, 255 || <tt>11101010 0xEA 234</tt> || Key top, bell bottom
+
| Blue || 72, 180, 255 || <tt>11101010 0xEA 234</tt> || Key top, bell bottom
 
|-
 
|-
 
| 7 || style="background-color:#FCB455;" |
 
| 7 || style="background-color:#FCB455;" |
Line 159: Line 167:
 
|-
 
|-
 
| B || style="background-color:#2424FF;" |
 
| B || style="background-color:#2424FF;" |
| Blue || 36, 36, 255 || <tt>11001001 0xC9 192</tt> || Maze walls, flashing ghosts, ghost pupils, Galaxian ship
+
| Indigo || 36, 36, 255 || <tt>11001001 0xC9 192</tt> || Maze walls, flashing ghosts, ghost pupils, Galaxian ship
 
|-
 
|-
 
| C || style="background-color:#00FC00;" |
 
| C || style="background-color:#00FC00;" |
Line 199: Line 207:
 
[[Category: Video Game Prime Order - Action, Strategy, Adventure]]
 
[[Category: Video Game Prime Order - Action, Strategy, Adventure]]
 
[[Category: Video Game Genre - Maze]]
 
[[Category: Video Game Genre - Maze]]
 +
[[Category: Game Mechanic - Kill Screen]]
 
[[Category: Android Games]]
 
[[Category: Android Games]]
 
[[Category: Apple II Games]]
 
[[Category: Apple II Games]]
Line 205: Line 214:
 
[[Category: Atari 8-bit Games]]
 
[[Category: Atari 8-bit Games]]
 
[[Category: Commodore 64 Games]]
 
[[Category: Commodore 64 Games]]
 +
[[Category: Commodore VIC-20 Games]]
 
[[Category: FM-7 Games]]
 
[[Category: FM-7 Games]]
 
[[Category: Game Boy Games]]
 
[[Category: Game Boy Games]]
Line 214: Line 224:
 
[[Category: NES Games]]
 
[[Category: NES Games]]
 
[[Category: Palm OS Games]]
 
[[Category: Palm OS Games]]
[[Category: PC-6001 Games]]
+
[[Category: PC-6000 Games]]
[[Category: PC-88 Games]]
+
[[Category: PC-8800 Games]]
 
[[Category: PC Booter Games]]
 
[[Category: PC Booter Games]]
 
[[Category: Sharp X1 Games]]
 
[[Category: Sharp X1 Games]]
 
[[Category: TI-99 Games]]
 
[[Category: TI-99 Games]]
[[Category: VIC-20 Games]]
 
 
[[Category: Zaurus Games]]
 
[[Category: Zaurus Games]]
 
[[Category: ZX Spectrum Games]]
 
[[Category: ZX Spectrum Games]]

Revision as of 16:41, 16 March 2022

North American arcade cabinet.

Pac-Man is a maze traversal game developed and published by Namco for the arcade on 1980-05-22, and distributed by Midway in the USA in 1980-10-26. This is the first game in the Pac-Man series. The game currently holds the record for the best-selling arcade cabinet, and the second most profitable. Despite being so lucrative, the game's designer Toru Iwatani did not receive a bonus or even official recognition from Namco for his creation.

Personal

I remember first playing this game in the mid-1980s. I was with my mother and brother, I think at a laundromat in Pontiac. I remember my brother playing and getting to the second stage, but I, being 3-years-younger, couldn't get past the first. I've since watched people who are really good play Pac-Man in arcades, but I've never had much of a desire to get good myself. The game is just too primitive to keep my interest.

Status

I do not own the game. I've never tried hard to get a decent score, and I've never even come close to the kill screen.

Review

Video Game Review Icon - Enjoyment.png Video Game Review Icon - Control.png Video Game Review Icon - Appearance.png Video Game Review Icon - Sound.png Video Game Review Icon - Replayability.png
4 4 4 3 3

Best Version: Arcade

— This section contains spoilers! —

Good

  • The game is pretty solid. It remains challenging and fast-moving the entire time you play.
  • The increasingly difficult ghosts and shorter-length power pellets increase the challenge of the game at a nice steady rate.
  • Adding a different "personality" to each ghost was a wonderful idea and really adds to the challenge, as did having the ghosts systematically move toward their own corners.
  • Changing the bonus fruit is a nice change of pace.
  • The cut-scenes between levels was a nice break in the action.
  • The game has some pretty memorable sound effects and jingles.

Bad

  • The game is too hard. Most players are unable to beat the first level on their first attempt, which is a bit frustrating.
  • Overall, there isn't much to do with the game. You're essentially repeating the same actions the entire game.
  • Since the game's pseudo-randomizer is based on past performance, players can game how it functions and just repeat the exact same movements over an over again to beat the game. In fact, this is precisely how professional players play the game and it's incredibly boring to watch.
  • The game lacks a true victory condition. Sure, the kill screen ends the game, but it's insanely difficult to reach, and wasn't even intended in the first place.
  • There is a minor bug with collision detection where you can sometimes pass right through a ghost.

Ugly

  • There isn't much to the game. Sure, it's from 1980, and you can't expect much, but it's extremely repetitive and not very rewarding to play.

Media

Box Art

Documentation

Screenshots

Design Documents

Graphics

Fan Art

Videos

Detailed ghost AI info.
Ghost AI info.
Longplay - Perfect game & kill screen.

Credits

Although Pac-Man doesn't feature credits, fans of the game have discovered the majority of the design staff.

Person Staff
Toru Iwatani Game Designer
Shigeichi Ishimura Hardware Designer, Audio Designer
Shigeo Funaki Programmer
Toshio Kai Sound Composer

Color Palette

The original arcade version of Pac-Man uses a hardware-based color PROM to determine its colors. The PROM stores a palette of 256 colors in a single byte. The red, green, and blue channels are defined by the bit pattern BBGGGRRR which allows for eight levels of intensity for red and green and four levels for blue. The display hardware could only work with an index of 16 colors chosen from the palette of 256, and even then, each background tile or sprite could only be composed of up to four colors from the index of 16. Despite having 16 possible colors to work with, the designers occupied four slots with black, resulting in only 13 unique colors. These blacks appear to be used in certain graphics to color things invisible. For example, when a pellets is eaten, the game continues to draw it, but it sets its color to black. Also, the area inside the maze walls is colored a different black than the background. This perhaps indicates the designers considered coloring it at one point, like it is in later games in the series, although this never comes up in the finished game as far as I know.

In the table below I've converted the colors from the game into RBG equivalents using an increment of 36 for the red and green channels and an increment of 85 for the blue channel. As far as I know, this does not properly emulate the color PROM's method, and I'm not able to get the true binary value for each color, but it yields a fairly accurate result. More advanced emulators, like MAME probably emulate the PROM, but they also adjust each pixel based on its nearby pixels to better emulate CRTs, so they don't give a true result either.

Index Swatch Color Converted RGB Binary / Hex / Decimal Uses
0 Black 0, 0, 0 00000000 0x00 0 Background
1 Red 252, 0, 0 00000111 0x07 7 Blinky, cherry, strawberry, apple, Galaxian ship
2 Brown 216, 144, 85 01100110 0x66 102 Orange top, cherry stem
3 Pink 252, 180, 255 11101111 0xEF 239 Pinky, ghost house door
4 Black 0, 0, 0 00000000 0x00 0 Background
5 Cyan 0, 252, 255 11111000 0xF8 248 Inky, player text
6 Blue 72, 180, 255 11101010 0xEA 234 Key top, bell bottom
7 Orange 252, 180, 85 01101111 0x6F 111 Clyde, orange
8 Black 0, 0, 0 00000000 0x00 0 Background
9 Yellow 252, 252, 0 00111111 0x3F 63 Pac-Man, ready!, bell, Galaxian ship
A Black 0, 0, 0 00000000 0x00 0 Background
B Indigo 36, 36, 255 11001001 0xC9 192 Maze walls, flashing ghosts, ghost pupils, Galaxian ship
C Green 0, 252, 0 00111000 0x38 56 Melon, strawberry top, orange leaf
D Teal 72, 180, 170 10101010 0xAA 170 Melon wrinkles and stem
E Salmon 252, 180, 170 10101111 0xAF 175 Dots, ghost body
F White 252, 252, 255 11111111 0xFF 255 Flashing ghosts, scores, text, ghost eyes, fruit highlights

More details about the Pac-Man color palette: aarongiles.com/mamemem/part3.html.

Titles

Language Native Transliteration Translation
English Pac-Man
Japanese パックマン Pakkuman Pakku Man

Links

Link-MobyGames.png  Link-Wikipedia.png  Link-StrategyWiki.png  Link-VGMPF.png  Link-TCRF.png  Link-TVTropes.png