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
+17k Golang : How to tell if a file is compressed either gzip or zip ?
+7.9k Golang : Append and add item in slice
+34.8k Golang : Upload and download file to/from AWS S3
+6.7k Nginx : Password protect a directory/folder
+8k Golang : HttpRouter multiplexer routing example
+12.3k Golang : HTTP response JSON encoded data
+9.2k Golang : Scramble and unscramble text message by randomly replacing words
+29.6k Golang : How to get HTTP request header information?
+18.1k Golang : Get path name to current directory or folder
+21.5k Golang : Upload big file (larger than 100MB) to AWS S3 with multipart upload
+16.3k Golang : File path independent of Operating System
+7.2k Golang : Hue, Saturation and Value(HSV) with OpenCV example