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
+16.7k Golang : Get input from keyboard
+21.9k Golang : Print leading(padding) zero or spaces in fmt.Printf?
+6.8k Javascript : How to get JSON data from another website with JQuery or Ajax ?
+9k Golang : Apply Histogram Equalization to color images
+11.8k Golang : Decompress zlib file example
+10.8k Golang : Generate random elements without repetition or duplicate
+5.9k Golang : Create new color from command line parameters
+19.9k Golang : Count number of digits from given integer value
+18.9k Golang : Calculate entire request body length during run time
+4.7k Python : Find out the variable type and determine the type with simple test
+18.8k Golang : Clearing slice
+46k Golang : Encode image to base64 example