How is Google doodle Guitar implemented [duplicate]
Possible Duplicate:
What technology is used at the Go开发者_高级运维ogle homepage (guitarstrings)
Today is Les Paul's birthday. Google has this cool doodle to play the guitar.
I am wondering how it is implemented.
- Does it use Javascript?
- Does it use any HTML 5 feature?
- How does it play sound?
It uses the Closure compiler and closure tools developed by google to simplify development. HTML5 features are used. There might be the use of flash, like their previous Pacman implementation (depended on Flash)
精彩评论