Pac-Man
{ { Infobox Arcade |
| Title = Pac -Man | Image = Pac_man_logo.svg | thumb | Developer = { { JPN | #} } [ [ Namco ] ] | Designer = [[ Tōru Iwatani ] ] | Publisher = { { USA | #} } [ [ Midway Games ] ] | Release = July 1980 [1] | Genre = [[Maze (genre ) | Maze ] ] | Modes = 1 or 2 players , alternating rounds | Operation = [[ Joystick] ] ( 4-way ) | Housing = Standard and cocktail | Arcade system = [ [ main processor | CPU ] ]: [ [ Z80 ] ] 3.072 MHz | Monitor = Grid] ] ,
resolution 224 x 288 ( vertical )
16 colors | Info = The most popular arcade game of all time ;
it was developed during the [ [ Golden Age of Arcade Games | golden age of arcade games ] ] }} [ [File : Pacman.svg | thumb | Pac- Man] ] [ [File : Pacman Guggenheim.jpg | thumb | Pac -Man Monster of the artist [ [ Invader (artist) | Invader ] ] on [ [ Guggenheim Bilbao ]]
' Pac -Man ' is a [ [ arcade game | Arcade .]] And [ [ video game ] ] , the <ref in July 1980 name="kent2001"> A Game About Eating In Steven L. Kent: . The Ultimate History of Video Games Three Rivers Press / Random House, 2001. ISBN 0-7615-3643-4 . P 140-144 (English) < / ref > of [ [ Namco ] ] in Japan as was ' " Puck Man" ' published. The name derives from the [ [ Japanese onomatopoeia | Japanese onomatopoeia ] ] paku paku for " repeatedly open and close the mouth " and the [ [ Puck ( hockey ) | Puck ] ] - like shape of the main character here , also means puck in English as " goblin " . It was designed by game designer [ [ Tōru Iwatani .]] In 1981 the game from Midway licensed as Pac -Man in the USA. The name was changed because it was feared that the words " Puck Man" on the machine in "Fuck You " could be modified . Playful remained unchanged , except that the four monsters were other names in the game.
It appeared numerous [ [ clone ( Information Technology ) | clone ] ] e, variants and developments of the game for almost all operating systems . The original can now be played with a [ [ Emulator ] ] (eg [ [ MAME ] ]), where the actual game files ( [ [ ROM ( game Engine) | ROMs ]]) are not included with universal emulators.
Gameplay == == The game character Pac-Man has points in a [ [Labyrinth ] ] eat while being chased by ghosts. If you eat a " power pill" that can be reversed follow even the ( now blue colored ) ghosts for a certain time . Sometimes even a cherry or other symbol in the game that a player brings extra points if one eats it appears. If one does not eat the icon , it will disappear after some time . Are all points eaten , you get to the next [ [level ( game section ) | level ] ] . This differs from the previous essentially only by the higher game speed ( in the lower levels by a modified opponent behavior). The control is made by [ [Joystick ] ] .
Left and right of the screen is a tunnel through which to go and so the opponent can deceive . The ghosts do not move randomly . Each with a certain strategy , and which follows the movements of the player inputs .
As the game should appeal to a female audience , designed Iwatani " cute " enemy characters [1] Pac -Man's opponent are four colorful ghosts with big eyes , the shape of the frayed end of a [ [ mop ] ] s recalls. The spirits each showing their own behavior and have names and nicknames <ref name="demaria2004"> Pac-Man In : . . Rusel DeMaria , Johnny L. Wilson : High Score 2nd edition , McGraw . -Hill/Osborne : Emeryville , California, 2004. ISBN 0-07-223172-6 . Pp. 62-63 . (English) < / ref > The names of the spirits during the [ [ Attract Mode] ] <ref> Glashüttner : [ . http://fm4.orf.at/stories/1628029/ Attract Mode] orf.at September 2009. The term is explained in the first part of the text. < / Ref > to see and have been changed for the U.S. version . They are as follows : [2]
{ | Class = " wikitable " ! rowspan = "2" | Color | | colspan = "4" | Puck Man ( Japan) | | colspan = "2" | U.S. Pac -Man | - ! Character (name ) | | translation | | Nickname | | Translation | | character (name ) | | Nickname | - | Red | | Oikake | | Followers | | Akabei | | Red | | Shadow | | Blinky | - | Pink | | Machibuse | | Ambush | | Pinky | | Pinker | | Speedy | | Pinky | - | Light Blue | | Kimagure | | moody | | aosuke | | Blue | | Bashful | | Inky | - | Orange | | Otoboke | | Fool | | Guzuta | | Slow | | Pokey | | Clyde |}
Records == == A historical record achieved Billy Mitchell on 3 July 1999. He completed 255 level with maximum score , without ever eaten. He gathered up all the bonuses and ate every blue ghost. The maximum score is 3,333,360 points and is referred to as perfect game .
As a runner Rick Fothergil played in May 2000, a perfect match - the third , Chris Ayra (June 2000) , set a new time record . He played the 255 Level in 3 hours , 42 minutes and 4 seconds.
On 12 September 2009 , a new record has now been officially announced. The new record holder David Race was 42 seconds faster than Chris Ayra and managed thus to a time of 3 hours , 41 minutes and 22 seconds.
In the United States joined in 1982 in the TV show " Starcade " the then 8 -year-old Jeffrey R. Yee and claimed to have after several hours of game time reaches a score of 6.13194 million . For this he received on 5 December 1982 a congratulatory letter from [ [ President of the United States | President ]] [[ Ronald Reagan ] ] , who congratulated him on his world record. Such a score would only be possible if Level 256 could be completed .
Level == 256 == Although the game is designed to be no end to the " split-screen Level 256 " due to a technical fact is unsolvable. The left part of the screen shows the usual part of the maze , while the right is seemingly disjointed filled with letters and symbols.
The level counter is an 8-bit large unsigned [ [Integer (data type ) | integer value .]] When changing from Level 255 ( 0xFF) to 256 the memory location runs over and takes the value 0x00 to . For the destruction of the labyrinth a loop that draws fruits at the bottom of the screen to indicate the current level of jurisdiction in the first seven levels provides . This is called when the level counter is less than 0x08 , so even at Level 0x00 - for the higher levels , however, is run through another block of code. The condition to another loop pass with the | query [ [ assembly language Assembler ] ] command DJNZ < / code > ( decrement and jump if not zero ) . Since the memory location at initial decrement now overflows from 0xFF to 0x00 and is equal to 0 , the loop is executed a total of 256 times.
A 1 KB large area in [ [ graphic memory ] ] specifies which icon should be on the screen where drawn. The arrangement is such that starting at address 0x4000 of the bottom two lines of the screen from right to left , then from address 0x4040 the playing field is shown from top right to bottom and from address 0x43c0 the top of the screen . This is followed by an equally large and equally arranged area with color information. In Level 256, the loop copies the seven fruits from address 0x3b08 in the graphics memory , but will continue to run , although then follow no fruit objects. The result is that the half of the pitch is overwritten with data from the ROM 256 before the cycles are completed.
The level is not solvable, because there are not enough points for completing the level in the left half of the pitch .
Mitchell, who has reached this level claims to several hundred times , had in 1999 a prize of 100,000 [ [ U.S. dollar ] ] for those exposed to the detectable before 1 January 2000 precisely this level successfully mastered . The price remained unclaimed .
Successor and related games == ==
Official Arcade successor by Namco and Midway offshoots are :
- [[ Ms. Pac- Man] ] : Pac -Man with minimal changes and a Ms. Pac -Man as the main character by Bally Midway
- Super Pac -Man: Pac -Man eats fruit in corridors that can be opened only with collected keys. The Super Pacman is here an oversized Pacman can eat through everything, including the doors.
- Pac- Man Plus : An improved Pac -Man with a slightly higher degree of difficulty and the feature of the invisibility fruit of Midway
- Professor Pac -Man: A quiz game from Midway
- Pac & Pal Pac -Man with fruits
- [[ Jr. Pac- Man] ] : Junior thicken Pac- Man on an approximately twice as large playing field as the original and new handicaps in the form of monsters , the peas, which thereby can eat slower.
- [[ Pac-Land ] ] A Pac -Man -[[ Jump ' n' Run] ]
- Pac -Mania Pac -Man on a pseudo- 3D isometric game
- Pac -Man Arrangement: Pac -Man as part of Namco Classics Collection Volume 2 from 1996 with many improvements detail
[ [File : Myman - labyrinthmazegame.png | thumb | Free text-based version Myman ] ]
Many other games are based on a similar gameplay :
- [[ Head On ] ] ( Sega / Gremlin , 1979) 1 Points - eating game ( inspiration for Pac -Man )
- [[ Lady Bug] ] ( Universal Games , 1981) with hinged doors
- Piranha (GL, 1981)
- rabbit and wolf ] ] ([ [ Polyplay ] ] , 1985 , based on the television series [ [ rabbit and wolf ) , GDR
- Twomaze (Atari XL / XE) by Frank Ostrowski
- Ms. Pac- Man Special Color Edition (1999, Game Boy Color)
- Pac -Man Championship Edition ( Namco Bandai Games , 2007 visual changed to different mazes ) for the Xbox and PSP
- Pac -Man Championship Edition DX ( Namco Bandai Games , in 2010 , extended version of the Champtionship Edition) for Xbox360, Playstation 3 ( Announced for Windows 8 in November 2012)
Other
[ [File : Pacmanchampion2.JPG | thumb | Pac -Man World Champion in 2007 , Mexico's Carlos Daniel Borrego ] ]
In the early 1980s the company Nelsonic published a wristwatch with Pac -Man on a small LCD screen.
In 1982 published [ [ Milton Bradley ] ] a board game version , in which up to four players must eat with a plastic Pac -Man small marbles simultaneously.
In 1982 the album " Pac -Man Fever" published by the duo [ [ Buckner & Garcia .]] All songs on the album revolve around [ [ arcade game | arcade video games ] ] of the time .
1992 brought Richard David James ( [ [ Aphex Twin ]]) under the pseudonym Power -Pill the Maxi - CD " Pac -Man " on the market . It includes the same track and 4 remixes.
Some American students in 2004 even played with Pac-Man Pac- Manhattan for the first time "in kind " . The players move in colorful ponchos as spirits or Pac -Man within a section of the city and get on radio advice from so-called " controllers " that monitor what is happening with laptops. <ref> [ Http://pacmanhattan.com/ Pac Manhattan ] < / ref >
Unveiled in 2005 students in [ [Stuttgart ] ] another form of the game called PacMatch . This 3 players move (Pac -Man against ghosts 2 ) on large pressure-sensitive plates. The playing field itself is projected by a beamer on a screen in front of the players. This type of control requires players especially body coordination and team spirit.
In June 2007, the first Pac -Man World Championships took place in New York City (USA) . It was played here is not the classic , but a new " Pac- Man Championship Edition" ( available exclusively on the Microsoft [ [ Xbox 360 ] ] and as a Java application for mobile phones) . These World Championships were by the companies [ [ Microsoft] ], [ [ Namco Bandai Games ] ] and [ [ Quiznos ] ] xbox.com ] < / ref >
On the occasion of the thirtieth Birthday replaced Google on 21 May 2010 its logo on the main page for 48 hours <ref> [ http://news.cnet.com/8301-13772_3-20005528-52.html Google gets Pac -Man fever ] (English) - Article in [ [ CNET ] ] , from 21 May 2010 ( accessed on: 30 January 2013) </ small > < / ref > through a JavaScript -based version of the game , where the level boundaries mimicked the Google logo ( see [ [Google Doodle | Doodle ] ] ) . The Google version offered the complete 255 level , with the 256th Level with a similar representation error of the original game is displayed . However, here appears then the word "GAME OVER" , which ends the game . When the player also " Insert coin " twice on the start button ( or English { {lang | en | Insert Coin } } ) expressed , in its place usually the " I'm feeling lucky " sitting , he could also in [ [ Multiplayer | Co-op ] ] together with Ms. Pac -Man play <ref> [ http://www.google.com/doodles/30th-anniversary-of-pac-man 30th Anniversary of PAC -MAN ] (English) - . Page on Google of 21 May 2010 ( accessed on: 30 January 2013) </ small > < / ref >
The Google version has been archived and is permanently available even after the expiry of the 48 -hour action. <ref> [ Http://www.google.com/pacman/ Google Pac -Man ] < / ref > The unusual sounds when calling the Google page with the browser [ [ Mozilla Firefox ] ] unsettled many users and the large number of inquiries led to a short-term collapse of the support pages of [ [ Mozilla Google's Pac -Man Mozilla forces in the knee ] , accessed on 25 May 2010 < / ref > In the blogosphere , there were also discussions about the economic damage caused by the game longer retention of professionals on the What Google's Pacman game companies cost ] , accessed on 25 May 2010, Link corrected on 24 October The Tragic Cost of Google Pac -Man - 4.82 million hours] , accessed on 25 May 2010 < / ref >
On 29 November 2012 was the [ [Museum of Modern Art ] ] the purchase of 14 computer games, including Pac-Man for a new design permanent exhibition in the Philip Johnson Galleries from March 2013 known. In the notice , the title has been referred to as outstanding representatives in the field of interaction design . Criteria were , therefore, in addition to the visual quality and the aesthetic experience of all aspects that contribute to the design of the interaction , such as the elegance of the code or the design of the player behavior <ref> { {cite web | . Date = 2012-11-29 | url = http://www.moma.org/explore/inside_out/2012/11/29/video-games-14-in-the-collection-for-starters | archiveurl = | archive date = | title = Video games: 14 in the Collection, for Starters | first = Paola | last = Antonelli | work = Inside / Out . A MoMA / MoMA PS1 Blog | publisher = [ [Museum of Modern Art ] ] | accessdate = 2012-11-29 | language = English} } < / ref >
[ [File : TZ VRPFL.svg | mini | Tactical characters of the catering department ] ]
The so-called [ [ food service ] ] s at [ [ Technical Relief | Technical Relief ] ], etc. use a Pac -Man -like symbol as [ [ tactical character .]] The resemblance to Pac -Man , however, is only random, it is rather a stylized loaf of bread.
In business, there is a so-called PAC -MAN strategy. The principle: Pac-Man Swallows a certain pill , he is hunted by the hunter . Transmitting means companies can fend off a takeover when trying to purchase with their own capital itself to prospective buyers.
Filming == ==
The end of 2005 it was announced that the film studio [ [ Crystal Sky ] ] the games Pac-Man , [ [ Tekken ] ] and [ [ Castlevania ] ] wants to film . The rights to these games were purchased in 2002 for 200 million U.S. dollars. In May 2008 it was announced that the filming should begin shortly. Details are not yet known , such as whether it will be a real or cartoon. <ref> [ Http://www.gameswelt.de/news/31046-Pac-Man_-_Der_Film_-_Kein_Aprilscherz.html Pac - One - movie] < / ref >
References
External links
{ { Commonscat | Pac -Man }}
- { { KLOV | 10816 }}
- [ Http://www.arcade-history.com/?n=pac-man-upright-model-no.-932&page=detail&id=1914 Pac -Man on arcade History]
- { { MobyGames | game-group/pac-man-games-licensed | Licensed " Pac -Man " games }}
- { { dmoz | Games / Video_Games / Action / P / Pac- Man_Games /}}
- [ http://www.onlinespiele-sammlung.de/pacman/list-of-pacman-games.php list with over 330 Pacman online games ]
[ [ Category: computer game in 1980 ] ]
[ [ Category: Maze ] ]
[ [ Category: Amstrad CPC game ] ]
[ [ Category: arcade game ] ]
[ [ Category: Atari 2600 game ] ]
[ [ Category: Atari 5200 game ] ]
[ [ Category : C64 game ] ]
[ [ Category : Computer game character ] ]
[ [ Category: Game Boy game ] ]
[ [ Category: Mobile Game ] ]
[ [ Category: MSX game ] ]
[ [ Category: NES game ] ]
[ [ Category: NGPC game ] ]
[ [ Category: PC -88 game ] ]
[ [ Category: Sharp X1 games ] ]
[ [ Category: VC20 - game ] ]
[ [ Category: Virtual Console game ] ]
[ [ Category: 1980 ] ]
[ [ Category: Windows -Phone - Game ] ]