Check out this little game...

Leothwyn

Well-Known Member
No loading time or anything. Just try it real quick - it's pretty funny.

Paste the javascript line below into your address bar and press enter:
( Arrow keys to move, SPACEBAR to shoot, ESC to quit. )


Code:
javascript:s=document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);
 

klmmicro

Well-Known Member
In your javascript URL, there are two spaces that should not be there. One is separating "type" and the other is in "http". Once those are fixed, it works fine.

Fun, BTW!
 

Leothwyn

Well-Known Member
Yeah, a little Asteroids ship shows up on this page. You fly it around shooting and blowing up all the elements of this thread.
 
Top