Play Pacman on Google
Continuing from my previous blog post about taking a break with Atari BreakOut in Google Images, this post is about Pacman. Oh how nostalgic.
To summon Pacman out from Google. Type "Pacman" and click Search. Click on the first item to start playing the game.
See also : Play Atari Breakout in Google Images
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+11.5k Golang : Clean formatting/indenting or pretty print JSON result
+20.8k Golang : How to get time zone and load different time zone?
+11.9k Golang : Forwarding a local port to a remote server example
+7.1k Golang : How to handle file size larger than available memory panic issue
+13.2k Golang : Set image canvas or background to transparent
+18k Golang : Find IP address from string
+26.2k Golang : Convert file content into array of bytes
+12.1k Golang : Get absolute path to binary for os.Exec function with exec.LookPath
+6.2k Unix/Linux : How to get own IP address ?
+8.6k Golang : io.Reader causing panic: runtime error: invalid memory address or nil pointer dereference
+5.4k Fix yum-complete-transaction error
+7.8k Golang : Randomize letters from a string example