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
+40.9k Golang : How to count duplicate items in slice/array?
+12.1k Golang : Print UTF-8 fonts on image example
+4.3k Golang : Valued expressions and functions example
+8.1k Golang : Qt splash screen with delay example
+20k Golang : How to get own program name during runtime ?
+26.5k Golang : How to check if a connection to database is still alive ?
+21.6k Golang : Convert string slice to struct and access with reflect example
+7.3k Golang : Scanf function weird error in Windows
+7.1k Golang : How to fix html/template : "somefile" is undefined error?
+7.8k Setting $GOPATH environment variable for Unix/Linux and Windows
+5k Golang : Convert lines of string into list for delete and insert operation
+35.1k Golang : Strip slashes from string example