Phew, found both the edges, traversed all of the tunnels. Finally I'm free! Also, really impressed. The way the tunnels on the left side met up with the Mario tunnel was pretty cool.
Xkcd: Click and Drag
21–30 of 97 posts
Re: Xkcd: Click and Drag
#22Re: Xkcd: Click and Drag
#23Phew, found both the edges, traversed all of the tunnels. Finally I'm free! Also, really impressed. The way the tunnels on the left side met up with the Mario tunnel was pretty cool.
There are 4 edges :) Under the tunnels there is a whole new world ;)
You mean to say that under the tunnels, that is under all of the black, there is more? And there is more stuff in the air too?
Ima kill Randall Munroe >_<
Re: Xkcd: Click and Drag
#24Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c
Going by the other comments, I suspect this is missing some. vladoh claims there's even more stuff under the tunnels. Meanwhile, mayanksinghal points out the size of the array holding everything -- it appears north goes up to 14, and south goes down to 25; however, the images in this torrent go only as high as north 11 and south 25. (Seems everyone agrees that the east and west boundaries are 48 and 33.)
Re: Xkcd: Click and Drag
#25The mind boggles. How long must it have taken him to create this. It is HUGE. I have been scrolling round for about 20 minutes and still have not found an end to it.
from: http://imgs.xkcd.com/clickdrag/1110.js var size=[14,48,25,33]; var tilesize=2048; var map_size=[(size[1]+size[3])*tilesize,(size[0]+size[2])*tilesize]; So 165888x79872!!!
Re: Xkcd: Click and Drag
#26Re: Xkcd: Click and Drag
#27Here's a torrent of all the images: https://ubuntuone.com/4VxOo5cnInZWQUEplIdb2c
https://gist.github.com/3748257
Warning: 6mb worth of files.
Edit: Github repo with all the images and the script, so that people don't need to hammer the xkcd server:
Re: Xkcd: Click and Drag
#28I just downloaded the image tiles and explored the world that way. Quickest way to make sure I saw everything!
Re: Xkcd: Click and Drag
#29Re: Xkcd: Click and Drag
#30 javascript:$('#comic').removeAttr('style'); $('.map').css('z-index',1).css('background','#fff');$('body').css('overflow','hidden');