Difference between revisions of "Talk:1608: Hoverboard"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 65: Line 65:
  
 
Well I managed to find (nearly) everything, except the floating rock island, and 162 coins without the map, but even with looking at several maps, I didn't pass any graveyard nor found the way to the grey ocean, which I assume is underneath the "continent". Does anyone know where the entrance is? [[Special:Contributions/162.158.90.218|162.158.90.218]] 11:54, 25 November 2015 (UTC)
 
Well I managed to find (nearly) everything, except the floating rock island, and 162 coins without the map, but even with looking at several maps, I didn't pass any graveyard nor found the way to the grey ocean, which I assume is underneath the "continent". Does anyone know where the entrance is? [[Special:Contributions/162.158.90.218|162.158.90.218]] 11:54, 25 November 2015 (UTC)
 +
 +
Just thought I should say; the comic supports some alternative movement controls, there's the arrow keys, WASD, and also the vi keys (hjkl), and the numpad (8426). [[Special:Contributions/108.162.242.125|108.162.242.125]] 13:29, 25 November 2015 (UTC)

Revision as of 13:29, 25 November 2015

Can't be bothered working out how to edit the page, but the explanation contains the phrase "People holding anchor lines to a Star Destroyer" - they're holding anchor lines to a CR90 Corvette, specifically the Tantive IV, commonly referred to as the "Rebel Blockade Runner", which in turn is being *attacked by* a Star Destroyer. I'll get my coat.

Well, this will be the next incomplete explanation for a while. -162.158.90.165 21:58, 24 November 2015 (UTC)

Yes, one thing to note is how to get the hell out of the cave near the volcano 108.162.249.159 22:38, 24 November 2015 (UTC)

The image is made up of small images with addresses of the form http://xkcd.com/1608/XXXX:-YYYY+s.png (although not every coordinate inside the bounds has an image associated). A script could probably dump out all the images and paste them together. --108.162.216.6 22:46, 24 November 2015 (UTC)

West -- Under Lava Pools -- Elon Musk's Secret Volcano Base (not as enjoyable as you might expect).

The Starship out east contains, among other things, Darth Vader, apparently explaining Steven Universe to a subordinate. (Steven and the Crystal Gems can be found a the west end of the ship, near an ice cream cooler.) The same ship contains an elaborate homage to the original Prince of Persia. 162.158.56.5 (talk) (please sign your comments with ~~~~)

There, have at thee an image! Arch-TK (talk) 22:58, 24 November 2015 (UTC)

There are 168 coins spread throughout the map according to the source code 173.245.54.53 23:03, 24 November 2015 (UTC)

When using a device, instead of saying "use arrow keys to move", it says "tilt to move, tap to jump". It's also a lot harder to control. 108.162.250.159 (talk) (please sign your comments with ~~~~)

It's actually 169 coins (t.length). --188.114.111.129 23:22, 24 November 2015 (UTC)

I got 153 coins!! :D There's two starships, one's a star destroyer with an expansive maze dropping regular torpedoes on the other. May be noteworthy that there are various references to Star Wars and Steven Universe throughout. 108.162.221.13 23:27, 24 November 2015 (UTC)

The second starship is the TantiveIV, Leia's ship at the beginning of episode 4. Note directly below the Tantive, the terrain seems to be sand dunes. Also there are two more space ships by the volcano; an X-wing at a gas station and an Apollo Command Module. 108.162.216.24 (talk) (please sign your comments with ~~~~)

https://xkcd.com/1608/tigl.js - Looks like there's an easier to read version of the code there. Maybe that'll help someone with extracting all the images. {{unsigned ip|

I've got all the images downloaded. Zipping/uploading now. Should I post a link here when complete or what's the best way to share these? I'm also working on setting up a zoomable map. 173.245.54.53 23:57, 24 November 2015 (UTC)

The collision detection is glitchy. I keep landing/bumping against platforms I'm far away from. Is getting stuck against walls normal? --199.27.130.234 00:01, 25 November 2015 (UTC)

Tiles are located here in a zip: https://up1.ca/#Gi51KPFyPRELe0T1D6q9Mw All I did was iterate over http://xkcd.com/1608/X:-Y+s.png from X=[916...1116] and Y=[916...1116]. I'm working on putting a zoomable map together. If anyone has interest in helping we could hop on IRC? Jcox (talk) 00:15, 25 November 2015 (UTC)

I've written a zsh script to iterate over all possible tiles (does anyone know the height limits? the source only gives the left and right limits) and glue them together into one giant file. I'll upload the results as soon as it's finished. Arch-TK (talk) 00:17, 25 November 2015 (UTC)

I don't think it's limited vertically at all. I found a zoomable map on the reddit topic http://codepen.io/KyleDavidE/full/605dc87b614ff6b2bd716f4c6f640203/ (by kyledavide) Miraries (talk) 00:21, 25 November 2015 (UTC)Miraries

Here's a zoomed out map of all the game area: https://i.imgur.com/rNU9ZgN.png. From luke_in_the_sky at Reddit [1]. --188.114.111.129 00:35, 25 November 2015 (UTC)

Alright, the full png of the entire map is almost finished, I should have used white tiles as blank tiles but I guess I can fix that up in gimp, and I'm not sure how to account for the 1 pixel overlap with just imagemagick convert. The last step is to merge allthe layer images into one giant image, wish my laptop the best of luck! Arch-TK (talk) 01:00, 25 November 2015 (UTC)

Someone beat you to it, but keep on it: that one doesn't have right limit tiles. https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxc0p8x --188.114.111.129 01:19, 25 November 2015 (UTC)

Perhaps we can change the screenshot at the top to this? It's a quickly hacked overview of the entire map: http://imgur.com/Mz9arHz 199.27.129.167 01:27, 25 November 2015 (UTC)

I think it might make more sense to just add it as another image, mediawiki supports this after all. The syntax should be: [[File:filename.png|thumb|Subtitle|alt=alt]] Arch-TK (talk) 01:34, 25 November 2015 (UTC)


[2] This one loads all of the images quickly (From the xkcd site), and uses browser zooming. 173.245.54.47 01:29, 25 November 2015 (UTC)

The impassible backgrounds are RGB(0,0,0), and the passable ones are RGB(1,1,1). #explore > :first-child {filter:brightness(30);-webkit-filter:brightness(30);-moz-filter:brightness(30);-o-filter:brightness(30);-ms-filter:brightness(30);} ... See https://twitter.com/BadPhysics/status/669354631869304832 108.162.249.155 03:40, 25 November 2015 (UTC)

Here are all the secret passages marked I could find: http://imgur.com/a/fKE1Q --162.158.91.220 00:50, 25 November 2015 (UTC)

I wrote a tampermonkey script that shows you your coordinates and lets you teleport; will make coordinate sharing a lot easier. You do need tampermonkey installed for this to work. Click to install Minerguy31 (talk) 04:17, 25 November 2015 (UTC)

I got 159 coins without the map. If you guys are still wondering how to escape the volcano, move to the right for as long as you think you can, then start spamming the up key while switching between holding the left and right keys. It worked for me on my first try.162.158.252.119 07:06, 25 November 2015 (UTC)

Didn't take down the coordinates, but the layout to the first level of the original Prince of Persia is in there, including the guard standing by with his scimitar! I found it in the ship atop the pyramid east of the play area. --108.162.218.245 06:24, 25 November 2015 (UTC)

Just thought this was interesting, when you "complete" the game by dropping coins, the following line of javascript is run, which sends your result to the server (L is number of coins, z is seconds used): (new Image).src = "//xkcd.com/events.gif?coins=" + L + "&seconds=" + z; Don't be tricked by the .gif extension, it doesn't show an image when opened, and the server probably handles this request by logging it to somewhere.

It actually returns a 1 by 1 pixel white GIF. Arch-TK (talk) 13:14, 25 November 2015 (UTC)

Is there a way that we can merge the "game" part of this comic with the map of 1110: Click and Drag? Allowing us to explore that one in a similar way? Bon (talk) 11:03, 25 November 2015 (UTC)

Well I managed to find (nearly) everything, except the floating rock island, and 162 coins without the map, but even with looking at several maps, I didn't pass any graveyard nor found the way to the grey ocean, which I assume is underneath the "continent". Does anyone know where the entrance is? 162.158.90.218 11:54, 25 November 2015 (UTC)

Just thought I should say; the comic supports some alternative movement controls, there's the arrow keys, WASD, and also the vi keys (hjkl), and the numpad (8426). 108.162.242.125 13:29, 25 November 2015 (UTC)