Play Game using Javscript on any webpage
by Mohan[ Edit ] 2012-09-20 12:28:08
<font color=#0000B3>
<h2>Play Game using Javscript on any webpage</h2>
Now you can play game on any web page, just copy and paste the javascript code given below in the url bar and hit enter. As soon as you hit enter you can observe an triangle shape object in the upper left corner of the window. Navigate it with the help of W, A and D keys and fire using Spacebar.
javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);
</font>