Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PacMan on Google homepage, how is it implemented? [closed]

I was wondering, how was the PacMan game on Google.com implemented?

Javascript?

like image 649
zengr Avatar asked May 23 '10 07:05

zengr


2 Answers

JavaScript with HTML for the graphics (no canvas, but sprite divs etc). There is also a bit of flash for the music.

Here is the master sprite: alt text

like image 73
cherouvim Avatar answered Oct 07 '22 16:10

cherouvim


I had a quick look at the Google homepage HTML, and found a link to this JavaScript script:

/logos/js/pacman10-hp.3.js

So I'd say yes, it's implemented in JavaScript.

like image 36
stakx - no longer contributing Avatar answered Oct 07 '22 18:10

stakx - no longer contributing