Play dinosaur jumping game in Android Chrome
Accidentally found this game in Google Chrome while trying to kill my time during a train ride to the KL city. Apparently, this game can only be activated when there's no Internet connection. To access this dinosaur jumping game, first, you need to switch off your Internet connection and open up any URL with Google Chrome. You will see the error message and activate the game by tapping on the dinosaur.
Once the game started, you need to tap on the screen to make the dinosaur jump. Jump to avoid any obstacles and try to score as high as possible.
If you hit the obstacle, it is game over instantly, no extra lives. Just restart and continue. Enjoy!
See also : Play Pacman on Google
By Adam Ng
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
+15.7k Golang : Get checkbox or extract multipart form data value example
+9.3k Golang : How to get ECDSA curve and parameters data?
+6.7k Golang : When to use make or new?
+4.8k Golang : A program that contain another program and executes it during run-time
+8.1k Golang : Multiplexer with net/http and map
+33.6k Golang : How to check if slice or array is empty?
+13.7k Golang : Tutorial on loading GOB and PEM files
+10.7k Golang : Simple File Server
+14.2k Golang : Chunk split or divide a string into smaller chunk example
+7.3k Golang : Check if one string(rune) is permutation of another string(rune)
+11.3k Golang : How to pipe input data to executing child process?
+5.4k Python : Delay with time.sleep() function example