<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Minerguy31</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Minerguy31"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/Minerguy31"/>
		<updated>2026-04-16T11:38:55Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1608:_Hoverboard&amp;diff=105858</id>
		<title>1608: Hoverboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1608:_Hoverboard&amp;diff=105858"/>
				<updated>2015-11-26T23:39:53Z</updated>
		
		<summary type="html">&lt;p&gt;Minerguy31: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1608&lt;br /&gt;
| date      = November 24, 2015&lt;br /&gt;
| title     = Hoverboard&lt;br /&gt;
| image     = hoverboard.png&lt;br /&gt;
 &amp;lt;!--DO NOT ADD the title text: Return to the play area. This is not shown in the comic. See trivia--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To experience the interactivity, visit the [http://xkcd.com/1608/ original comic].&lt;br /&gt;
{{TOC}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|It's possible not all of the game's secrets have been unearthed yet.}}&lt;br /&gt;
The &amp;quot;comic&amp;quot; is actually a {{w|browser game}} made to celebrate the release of [[Randall|Randall's]] new book, ''[[Thing Explainer]]'', which were released on the same day as this comic (November 24th 2015.) It was thus released on a Tuesday, and thus replaced that weeks normal Wednesday release.&lt;br /&gt;
&lt;br /&gt;
The game features [[Cueball]] riding on a {{w|hoverboard}}. The only controls are the arrow keys. The player can jump repeatedly mid-jump to reach increasing heights. The player begins in a line-drawing maze with 17 gold coins located throughout and a &amp;quot;deposit&amp;quot; station. The ostensible goal of the game is to collect as many coins as possible and return them to the deposit in the fastest possible time, which returns a text message describing the result. Players consumed with obtaining the best possible time result for collecting the coins may not realize there is anything more to the game.&lt;br /&gt;
&lt;br /&gt;
Beyond the maze on either side (just far enough that players who remain within the maze will not see) are tall walls seemingly designed to contain the player. However, the walls have a finite height and, combined with the ability to multi-jump, the player can leave the purported &amp;quot;play area&amp;quot; either to the sides or above the initial maze. This returns a flashing red error message &amp;quot;return to play area&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Outside the play area is an entire world to explore including numerous points of interest and {{w|Easter egg (media)|Easter eggs}} similar in style to comic [[1110: Click and Drag]]. The larger game world is physically bounded in the left and the right direction, but is technically unbounded upwards, however, past a certain point there appears to be nothing interesting in the up direction. However, the longer you continue to fly upwards by pressing the up arrow repeatedly, the longer will it take for Cueball to fall down again once you stop pressing. In principal it may also be unbound in the downwards direction, but there is only a few places you can &amp;quot;sink&amp;quot; into the ground/water/lava, and here you cannot go down indefinitely. It could be possible that there could be some unexplored parts of the map, but given the maps already made this seems unlikely. There are 152 more coins outside the initial &amp;quot;play area&amp;quot; for a total of 169 in the entire game. &lt;br /&gt;
&lt;br /&gt;
===Areas===&lt;br /&gt;
{{incomplete|Help needed migrating the info into a table}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Coordinates || Description&lt;br /&gt;
|-&lt;br /&gt;
| x: 483735, y: -551990 || &amp;quot;What news of the world above? Please tell me - what's hot and viral? What's trending on twitter?&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| x: 509587, y: -554621 || Washington Monument&lt;br /&gt;
|-&lt;br /&gt;
|  x: 509587, y: -554621 || Captain's log&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Technical aspects===&lt;br /&gt;
As previously noted, the comic bears considerable resemblance to [[1110: Click and Drag]]. The comic is made in much the same way, with 'drawn' images &amp;quot;glued&amp;quot; together to form a large &amp;quot;map&amp;quot;, with the illusion of infinite bounds made possible through space saving techniques where blank tiles are not stored and are instead painted white. The boundary between blank squares and 'drawn' squares is made clear as any white space in the normal images has a very slight grey tint. Thus, seams between images and blank spaces can be discerned.&lt;br /&gt;
&lt;br /&gt;
The tiles for the map are stored as simple PNG files in the naming scheme: X:Y+s.png. An example can be seen here: http://xkcd.com/1608/1013:-1096+s.png Each file is 513x513 pixels in size, one pixel is reserved as overlap to ensure seamless joining of images. So far, through experimentation, tiles in the range 928 to 1108 X and -1112 to -928 Y have been discovered, internally, the position of the player is divided by 512 and rounded down to give the position of the tile.&lt;br /&gt;
&lt;br /&gt;
The collision map is encoded in the darkness of the black. Using an image manipulation program, one can easily find the secret pathways even in the zoomed out maps provided below by enhancing the contrast of the dark areas.  On a slow connection, it's possible to move into an 'open' area and then the black image loads in and (probably permanently, without tricks) traps you immobile.&lt;br /&gt;
&lt;br /&gt;
The game was made by [http://chromakode.com Max Goodman] who has previously worked on [[1416: Pixels]]. The source code for the game can be found [https://xkcd.com/1608/tigl.js here].&lt;br /&gt;
&lt;br /&gt;
===Areas===&lt;br /&gt;
[[File:thumb_1608.jpg|thumb|right|one incomplete compilation of the entire game area (note the missing pinnacle of the Washington Monument]]&lt;br /&gt;
&lt;br /&gt;
Starting area - (x: 512187, y: -549668)&lt;br /&gt;
&lt;br /&gt;
==== West / Left ====&lt;br /&gt;
* {{w|Washington Monument}} - (x: 509864, y: -549746)&lt;br /&gt;
** Invisible entrance through the Monument, indicated by arrow sign&lt;br /&gt;
** Secret entrance into the inside of the Monument, right side, about halfway up - (x: 509815, y: -552614)&lt;br /&gt;
***From there you can fall down to the fault line shown in about the middle of the monument. You cannot see Cueball while he is in the monument in either entrance.&lt;br /&gt;
* Girl in a hamster ball - (x: 505790, y: -549905)&lt;br /&gt;
* Yet [[1504|another dig]] at the Lion King and the lands touched by shadow - (x: 504998, y: -550676)&lt;br /&gt;
* An {{w|X-Wing}} at a gas station, with coin accessible from the left - (x: 503253, y: -551129)&lt;br /&gt;
** Go straight up from the cockpit for a coin, carried by african swallows (non-migratory)&lt;br /&gt;
* A well with a girl at the bottom of it (and one of the yellow game coins), claiming to not be a ghost - (x: 501998, y: -551030)&lt;br /&gt;
* Landing re-entry capsule with parachutes - (x: 500040, y: -552369)&lt;br /&gt;
* Local Mom discovering This One Weird Bug - (x: 497994, y: -551334)&lt;br /&gt;
* Someone flying a kite, with a coin beside the kite.&lt;br /&gt;
* Volcano -&lt;br /&gt;
* LOTR Eagles - (x: 489661 y: -556811)&lt;br /&gt;
* A periscope peeking out of a shallow lava pool near two people playing &amp;quot;the lava is a floor&amp;quot; - (x: 488573 y: -556337)&lt;br /&gt;
* Lava pools -&lt;br /&gt;
* A dark grey ocean that isn't noticeable until you fall in&lt;br /&gt;
** With suicidal quadcopters taking footage of it over a coin - (x: 486640, y: -554838)&lt;br /&gt;
* {{w|Elon Musk}}'s Volcano Lair - (x: 484167, y: -549462)&lt;br /&gt;
** entrance hidden under volcano lava, before reaching Artex - (x: 483791, y: -551292)&lt;br /&gt;
* The ground, that presumably all grounded electronics are connected to - (x: 485125, y: -549062)&lt;br /&gt;
* Artex + Gandalf - (x: 483715, y: -554354)&lt;br /&gt;
* Basketball hoop, with coin&lt;br /&gt;
* Giant floating rock island in the sky (x: 507163, y: -567537)&lt;br /&gt;
* Hat underground&lt;br /&gt;
* A hole which traps(?) the player unless noclip mode is used&lt;br /&gt;
&lt;br /&gt;
==== East / Right ====&lt;br /&gt;
&lt;br /&gt;
* People holding anchor lines to the Tantive IV (Star Wars: A New Hope), being attacked by an Imperial Star Destroyer - (the people: x: 518954, y: -549056)&lt;br /&gt;
* Desert with dunes - (x: 520000, y: -549114)&lt;br /&gt;
* Ocean Yelper (giving only 2.5/5 stars) - x: 522015, y: -549015&lt;br /&gt;
* Talking Rogue Wave - (x: 523460, y: -549013)&lt;br /&gt;
* Wedding - (x: 531558, y: -549386)&lt;br /&gt;
* Graveyard - (x: 534140, y: -549546)&lt;br /&gt;
* Remains of {{w|Ozymandias}}' Statue - (x: 535927, y: -549666)&lt;br /&gt;
* Huge pyramid - (x: 538167, y: -550906)&lt;br /&gt;
* Blackhat's hat on a stick - (x: 549997, y: -549777)&lt;br /&gt;
* Whitehat's head in the grass? - (x: 559826, y: -549847)&lt;br /&gt;
* Giant bird nest - (x: 567123, y; -550417)&lt;br /&gt;
* Beret Guy riding a torpedo - (x: 522754, y: -554342)&lt;br /&gt;
&lt;br /&gt;
==== Rebel Blockade Runner ====&lt;br /&gt;
Up in the air is the CR90 Corvette, Tantive IV aka Rebel Blockade Runner with Princess Leia fro. The start of the original Star Wars movie.&lt;br /&gt;
&lt;br /&gt;
* Coordinates:&lt;br /&gt;
**??&lt;br /&gt;
*Cueball is standing at a ledge with a fishing rod with something on the hook somewhere below the spaceship. Two birds are circling the line. &lt;br /&gt;
&lt;br /&gt;
==== Imperial Star Destroyer ====&lt;br /&gt;
&lt;br /&gt;
High up in the air there's a huge spaceship.&lt;br /&gt;
&lt;br /&gt;
* Coordinates:&lt;br /&gt;
** top left at (513072, -560660)&lt;br /&gt;
** bottom left at (513080, -559470)&lt;br /&gt;
** top at (552154, -569022)&lt;br /&gt;
** top right at (556557, -567711)&lt;br /&gt;
** bottom right at (558244, -556542)&lt;br /&gt;
* Entrances (from bottom left clockwise):&lt;br /&gt;
** Tunnel at (513080, -559680)&lt;br /&gt;
** Tunnel at (513166, -560434)&lt;br /&gt;
** Shaft at (516560, -560912)&lt;br /&gt;
** Shaft at (519200, -561108)&lt;br /&gt;
** Shaft at (525255, -561527)&lt;br /&gt;
** Shaft at (527990, -561844)&lt;br /&gt;
** Shaft at (533087, -562298)&lt;br /&gt;
** Shaft at (539637, -563233)&lt;br /&gt;
** Tunnel at (540958, -563721)&lt;br /&gt;
** Shaft at (543789, -564670)&lt;br /&gt;
** Stairwell down at (547438, -565058)&lt;br /&gt;
** Tunnel at (552319, -566184)&lt;br /&gt;
** Tunnel to an isolated small room at (557774, -562042)&lt;br /&gt;
** Shaft at (556350, -556720)&lt;br /&gt;
** Glitchfloor at (547890, -556779)&lt;br /&gt;
** Shaft at (543850, -557500)&lt;br /&gt;
** Main ramp at (537260, -557969)&lt;br /&gt;
** Tunnel at (531840, -558547)&lt;br /&gt;
** Parachutists' ramp at (526624, -558664)&lt;br /&gt;
** Ramp at (525300, -558747)&lt;br /&gt;
** Shaft at (520440, -559100)&lt;br /&gt;
** Shaft at (516825, -559300)&lt;br /&gt;
* Interesting objects and places inside:&lt;br /&gt;
** Steven Universe and the Crystal Gems - (x: 551664, y: -567383)&lt;br /&gt;
** A nearly complete depiction of Level 1 of {{w|Prince of Persia (1989 video game)|Prince of Persia}}, an ancient Jump &amp;amp; Run game - (x: 551532, y: -563512)&lt;br /&gt;
** Emperor Palpatine Park and Gazebo - (x: 546819, y: -559584)&lt;br /&gt;
** Dancers (possibly [[162|spinning counter-clockwise]]) dancing to piano music - (x: 547536, y: -563301)&lt;br /&gt;
** Octopus guarding two coins - (x: 531646, y: -559663)&lt;br /&gt;
** A sign saying &amp;quot;Caution GlitchFloor&amp;quot; (falling straight down through it nets you a coin someway down) - (x: 547898, y: -556784)&lt;br /&gt;
** A huge light bulb - (x: 555405, y: -557769)&lt;br /&gt;
** The Emperor [[1596|birdwatching]] - (x: 554777, y: -567346)&lt;br /&gt;
** Ponytail jousting on an ostrich- (x: 552048, y: -568045)&lt;br /&gt;
** A party on the ceiling (negative gravity?) - (x: 550350, y: -564354)&lt;br /&gt;
** A huge ant - (x: 552309, y: -560208)&lt;br /&gt;
** Tube slide - (x: 541813, y: -563721)&lt;br /&gt;
** A reservoir (?) with hidden passages - (x: 541300, y: -560330)&lt;br /&gt;
** A huge spark gap (?) - (x: 541900, y: -558110)&lt;br /&gt;
** Torpedo launcher room - (x: 529627, y: -558481)&lt;br /&gt;
** A {{w|Tetris}} block falling - (x: 529414, y: -529220)&lt;br /&gt;
** Lightsaber Piñata party - (x: 515353, y: -560329)&lt;br /&gt;
** Swimming pool - (x: 517346, y: -559831)&lt;br /&gt;
** Children's swimming pool (ball pit?) - (x: 514500, y: -560436)&lt;br /&gt;
** A crocodile - (x: 553623, -568091)&lt;br /&gt;
** Spiral tunnel - (x: 543320, y: -558314)&lt;br /&gt;
** A car - (x: 537750, y: -557937)&lt;br /&gt;
&lt;br /&gt;
=== Maps ===&lt;br /&gt;
* [http://codepen.io/KyleDavidE/full/605dc87b614ff6b2bd716f4c6f640203/ Quickly hacked overview] - courtesy of [https://www.reddit.com/user/kyledavide kyledavide] on [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 reddit].&lt;br /&gt;
* [http://1101b.com/xkcd1608/ fully zoomable map w/ toggleable coins and passages] - courtesy of [https://www.reddit.com/user/lanzaa lanzaa] on the same reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 thread]&lt;br /&gt;
* [https://i.imgur.com/uYryxss.png png-map] - courtesy of [https://www.reddit.com/user/luke_in_the_sky luke_in_the_sky] on the same reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 thread]&lt;br /&gt;
* [http://paste.click/DsPuSL png-full-size-map] - might take a few minutes to download -&amp;gt; do not open directly in the browser! - courtesy of [https://www.reddit.com/user/0x90-0x90 0x90-0x90] on the same reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 thread]&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
The keyboard controls are as follows:&lt;br /&gt;
&lt;br /&gt;
* '''Go Left''' - Left arrow key, a or h&lt;br /&gt;
* '''Go Right''' - Right arrow key, d or l&lt;br /&gt;
* '''Go Up (jump or hover)''' - Up arrow key, w, or k&lt;br /&gt;
* '''Go Down (if gravity disabled)''' - Down arrow key, s, or j&lt;br /&gt;
&lt;br /&gt;
This control scheme covers the three commonly used directional key sets: WASD a set of keys commonly used by modern games; HJKL a set of movement keys used by vi and applications which attempt to mimic vi key controls (vim); and the arrow keys, the most generic set of keys which is usually accepted by most applications which take movement as input, these were commonly used in older games.&lt;br /&gt;
&lt;br /&gt;
On devices which have a touch screen and tilt sensor (portable devices like mobile phones and tablets) the controls are as follows:&lt;br /&gt;
* '''Go Left''' - Roll the device anticlockwise&lt;br /&gt;
* '''Go Right''' - Roll the device clockwise&lt;br /&gt;
* '''Go Up (jump or hover)''' - Tap the screen&lt;br /&gt;
&lt;br /&gt;
After inspecting the source code, there appears to be no way to move down on a portable device, this is only relevant if gravity is disabled.&lt;br /&gt;
&lt;br /&gt;
===Cheats and Exploits===&lt;br /&gt;
Aside from the obvious ability to move out of bounds in the game, there are some more obscure hidden features which can't be enabled through normal gameplay, the ones found so far are as follows:&lt;br /&gt;
&lt;br /&gt;
'''Modes''' are activated by opening the Javascript Console (F12 [Or Command-Alt-I in most browsers under Mac OS X] to open Developer Tools, then Console tab) and writing corresponding commands:&lt;br /&gt;
&lt;br /&gt;
* '''Gandalf Mode: ''' ''window.i.am.gandalf = true'' - jumps and runs further&lt;br /&gt;
* '''Speedhack: ''' ''explorer.opts.speed= *Value*'' - Speed hacking, with 1 = normal speed&lt;br /&gt;
* '''Jump Hack: ''' '' explorer.opts.jumpForce= -*Value*'' - Jump hacking, with -1 = normal jump (positive values cause the hoverboard guy to move down when jumping)&lt;br /&gt;
* '''Mewtwo mode: ''' ''window.mewtwo = true'' - disables gravity&lt;br /&gt;
* '''Noclip mode: ''' ''window.noclip = true'' - player is able to move around the map without collision. Combine with Gandalf and Mewtwo modes for free easy map traversal.&lt;br /&gt;
* '''Goggles mode: ''' ''window.ze.goggles()'' - displays a small window showing area around the player in a pixelated manner. The goggles indicate collision boundaries (where the player touches the world) in cyan lines. Black pixels that are passable (such as other characters or text) will be highlighted red (allowing secret passages to be discovered).&lt;br /&gt;
* '''Position Tracking: ''' ''window.explorer.pos'' - Returns the player location to the console. Can be used to track position and test to ensure you are still moving. Must be re-entered to compare positioning.&lt;br /&gt;
* '''Position Setting: ''' ''window.explorer.pos.x = *Value* or window.explorer.pos.y = *Value*'' - Can be used to manually set a position within the world. The start is at x: 512106, y: -549612. The left terrain bound is at x: 475210, y: -553711. The right terrain bound is at x: 567281, y: -549712. Mewtwo and Noclip modes are a must for exploring in this way.&lt;br /&gt;
* '''All the above: ''' ''window.explorer.opts'' - Contains all the game's parameters. You can directly mess with ''gravity'', collision (''disableCollision''), jump force (''jumpForce'') and speed (''maxSpeed''), among others. Run ''Object.keys(window.explorer.opts)'' to list all available parameters you can tweak.&lt;br /&gt;
* '''List all coins: ''' ''window.explorer.objects'' - Array containing the position of the 169 coins of the game.&lt;br /&gt;
* '''Disable tilt input: ''' ''getEventListeners(window)['deviceorientation'][0].remove()'' - on Macs with motion sensor, disables tilt input which causes problems controlling the avatar&lt;br /&gt;
&lt;br /&gt;
'''Getting All Coins: ''' To instantly get all coins, input the below into the console window. Does not use standard formatting of [i] to avoid conflicts with window.i.am.gandalf&lt;br /&gt;
&lt;br /&gt;
    for (var T = 0; T &amp;lt; explorer.objects.length; T++) {&lt;br /&gt;
        explorer.objects[T].got = true;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
To teleport to the next coin every time you press the left or right arrow:&lt;br /&gt;
&lt;br /&gt;
    var T = 0;&lt;br /&gt;
    document.onkeydown = function(event){&lt;br /&gt;
      if (event.keyCode == 37) { T = T-1 }&lt;br /&gt;
      else if (event.keyCode == 39) { T = T+1 }&lt;br /&gt;
      else { return }&lt;br /&gt;
      T = T % explorer.objects.length;&lt;br /&gt;
      var coin = explorer.objects[T];&lt;br /&gt;
      explorer.pos.x = coin.x1; explorer.pos.y = coin.y1;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
For a quick tour of all the coins:&lt;br /&gt;
&lt;br /&gt;
    var delayInMilliseconds = 1000; // 1 second delay between each teleport. feel free to change this.&lt;br /&gt;
    var index = 0;&lt;br /&gt;
    explorer.objects.forEach(function(x){&lt;br /&gt;
      setTimeout(function(){&lt;br /&gt;
        explorer.pos.x = x.x1;&lt;br /&gt;
        explorer.pos.y = x.y1;&lt;br /&gt;
        x.got = true;&lt;br /&gt;
        explorer.frame(); // forces a redraw&lt;br /&gt;
      },&lt;br /&gt;
      (index + 1) * delayInMilliseconds);&lt;br /&gt;
      index++;&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
To see a list of coin coordinates you have not yet collected:&lt;br /&gt;
&lt;br /&gt;
    var L = 0;&lt;br /&gt;
    for (var S = 0; S &amp;lt; explorer.objects.length; S++) {&lt;br /&gt;
        var I = explorer.objects[S];&lt;br /&gt;
        if (I.got) {&lt;br /&gt;
            L++;	&lt;br /&gt;
        } else {&lt;br /&gt;
            console.log(I.x1.toString() + &amp;quot;, &amp;quot; + I.y1.toString());&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
    console.log(&amp;quot;You've found &amp;quot; + L.toString() + &amp;quot; of 169 coins&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
To display the distance and direction to the closest coin (with inverted colors once you have all the coins):&lt;br /&gt;
&lt;br /&gt;
    function distance(x1, y1, x2, y2) {&lt;br /&gt;
        var dx = x2 - x1;&lt;br /&gt;
        var dy = y2 - y1;&lt;br /&gt;
        return Math.sqrt(dx * dx + dy * dy);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    function angle(x1, y1, x2, y2) {&lt;br /&gt;
        var dx = x2 - x1;&lt;br /&gt;
        var dy = y2 - y1;&lt;br /&gt;
        return Math.atan2(dy, dx) * 180 / Math.PI;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    function renderRadar() {&lt;br /&gt;
        var mindist = 10000000000;&lt;br /&gt;
        var closest = {&lt;br /&gt;
            x1:512278.0, y1:-549613.0&lt;br /&gt;
        };&lt;br /&gt;
        var linecolor = &amp;quot;red&amp;quot;;&lt;br /&gt;
        for (var S = 0; S &amp;lt; explorer.objects.length; S++) {&lt;br /&gt;
           var I = explorer.objects[S];&lt;br /&gt;
           if (!I.got) {&lt;br /&gt;
               var dist = distance(explorer.pos.x, explorer.pos.y, I.x1, I.y1);&lt;br /&gt;
               if (dist &amp;lt; mindist) {&lt;br /&gt;
                   mindist = dist;&lt;br /&gt;
                   closest = I;&lt;br /&gt;
               }&lt;br /&gt;
           }&lt;br /&gt;
        }&lt;br /&gt;
        if (mindist == 10000000000) {&lt;br /&gt;
            mindist = distance(explorer.pos.x, explorer.pos.y, closest.x1, closest.y1);&lt;br /&gt;
            if (document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor != &amp;quot;red&amp;quot;) {&lt;br /&gt;
                document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor = &amp;quot;red&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            linecolor = &amp;quot;green&amp;quot;;&lt;br /&gt;
        } else {&lt;br /&gt;
            if (document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor != &amp;quot;green&amp;quot;) {&lt;br /&gt;
                document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor = &amp;quot;green&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
        var ang = angle(explorer.pos.x, explorer.pos.y, closest.x1, closest.y1);&lt;br /&gt;
        var indicator = &amp;quot;&amp;quot;;&lt;br /&gt;
        if (ang &amp;gt; 112.5 || ang &amp;lt; -112.5) {&lt;br /&gt;
            indicator += &amp;quot;left&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        if (ang &amp;lt; 67.5 &amp;amp;&amp;amp; ang &amp;gt; -67.5) {&lt;br /&gt;
            indicator += &amp;quot;right&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        if (ang &amp;gt; -157.5 &amp;amp;&amp;amp; ang &amp;lt; -22.5) {&lt;br /&gt;
            indicator += &amp;quot; up&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        if (ang &amp;gt; 22.5 &amp;amp;&amp;amp; ang &amp;lt; 157.5) {&lt;br /&gt;
            indicator += &amp;quot; down&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML = &amp;quot;Distance: &amp;quot; + mindist.toFixed(1).toString() + &amp;quot;&amp;amp;lt;br/&amp;gt;&amp;quot;;&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML += indicator + &amp;quot; (&amp;quot; + -ang.toFixed(1).toString() + &amp;quot;°)&amp;quot;;&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML += &amp;quot;&amp;lt;div id='circle' style='border: 1px solid black; border-radius: 50px; width: 100px; height: 100px; position:absolute; top:50px; left:25px'/&amp;gt;&amp;quot;;&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML += &amp;quot;&amp;lt;div id='line' style='width: 50px; height: 1px; background-color: &amp;quot; + linecolor + &amp;quot;; position:absolute; top:100px; left:75px; transform:rotate(&amp;quot; + ang + &amp;quot;deg); transform-origin:0% 0%'/&amp;gt;&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    var d = document.createElement(&amp;quot;div&amp;quot;);&lt;br /&gt;
    d.id = &amp;quot;radar&amp;quot;;&lt;br /&gt;
    d.style.position = &amp;quot;fixed&amp;quot;;&lt;br /&gt;
    d.style.left = &amp;quot;0px&amp;quot;;&lt;br /&gt;
    d.style.top = &amp;quot;0px&amp;quot;;&lt;br /&gt;
    d.style.width = &amp;quot;150px&amp;quot;;&lt;br /&gt;
    d.style.height = &amp;quot;160px&amp;quot;;&lt;br /&gt;
    d.style.border = &amp;quot;1px solid red&amp;quot;;&lt;br /&gt;
    d.style.zIndex = &amp;quot;2&amp;quot;;&lt;br /&gt;
    d.style.backgroundColor = &amp;quot;green&amp;quot;;&lt;br /&gt;
    d.style.color = &amp;quot;#8f8&amp;quot;;&lt;br /&gt;
    document.body.appendChild(d);&lt;br /&gt;
    &lt;br /&gt;
    setInterval(renderRadar, 100);&lt;br /&gt;
&lt;br /&gt;
To display your current coordinates:&lt;br /&gt;
&lt;br /&gt;
   function renderRadar2() {&lt;br /&gt;
       document.getElementById(&amp;quot;radar2&amp;quot;).innerHTML = &amp;quot;x: &amp;quot; + explorer.pos.x.toFixed(1).toString() + &amp;quot;&amp;amp;lt;br&amp;gt;y: &amp;quot; + explorer.pos.y.toFixed(1).toString()&lt;br /&gt;
   }&lt;br /&gt;
   &lt;br /&gt;
   var d = document.createElement(&amp;quot;div&amp;quot;)&lt;br /&gt;
   d.id = &amp;quot;radar2&amp;quot;&lt;br /&gt;
   d.style.position = &amp;quot;fixed&amp;quot;&lt;br /&gt;
   d.style.left = &amp;quot;150px&amp;quot;&lt;br /&gt;
   d.style.top = &amp;quot;0px&amp;quot;&lt;br /&gt;
   d.style.width = &amp;quot;150px&amp;quot;&lt;br /&gt;
   d.style.height = &amp;quot;35px&amp;quot;&lt;br /&gt;
   d.style.border = &amp;quot;1px solid red&amp;quot;&lt;br /&gt;
   d.style.zIndex = &amp;quot;2&amp;quot;&lt;br /&gt;
   d.style.backgroundColor = &amp;quot;green&amp;quot;&lt;br /&gt;
   d.style.color = &amp;quot;#8f8&amp;quot;&lt;br /&gt;
   document.body.appendChild(d)&lt;br /&gt;
   &lt;br /&gt;
   setInterval(renderRadar2, 1000)&lt;br /&gt;
&lt;br /&gt;
===Functionality===&lt;br /&gt;
By observing page code while playing, the game grabs and displays images based on location, and subsequently clears all non-visible images. The game uses what seems to be a position syntax to retrieve the intended images live, and returns an error if such an image does not exist, such as a blank area. This technically means things could be added to the world and updated live. If the player is moving sufficiently fast or if the internet connection is slow, this means that the player can get stuck in a black area that does not load in time.&lt;br /&gt;
&lt;br /&gt;
This also means that the game does not have coded top or bottom limits, so any attempt to find the ''ceiling'' of the game will be futile unless the game is tweaked. The game does however have side limits.&lt;br /&gt;
&lt;br /&gt;
When you deposit a certain number of coins, you will get one of the following messages:&lt;br /&gt;
* 0 coins : You got 0 coins in (n) seconds/ You successfully avoided all the coins. &lt;br /&gt;
* 1 coin : You got a single coin in (n) seconds/ It's a start.&lt;br /&gt;
* 2-4 coins : You got (n) coins in (n) seconds/ Not bad!&lt;br /&gt;
* 5-9 coins : You got (n) coins in (n) seconds/ Terrific!&lt;br /&gt;
* 17 coins : You got 17 coins in (n) seconds/ You found all the coins! Great job!&lt;br /&gt;
* 42 coins : You got 42 coins in (n) seconds/ No answers here.&lt;br /&gt;
* 169 coins : You got 169 coins in (n) seconds/ Are you Gandalf?&lt;br /&gt;
* All others: You got (n) coins in (n) seconds&lt;br /&gt;
&lt;br /&gt;
Opening the console will display the text: what? hoverboard not enough for you!? in the log. Activating goggles mode will cause the text 'B-)' to appear in the log.&lt;br /&gt;
&lt;br /&gt;
Leaving the play area will cause the red text 'RETURN TO THE PLAY AREA' to rapidly blink 3 times (150 msec duration), followed by a pause, and this will repeat 5 times for a total of 15 blinks. This will also reoccur if the player passes through the play area on their way back from exploring one side.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[This transcript only covers the starting page as shown on xkcd: {{xkcd|1608}}. A full transcript of the entire comic will be listed on a [[1608: Hoverboard/Transcript|separate page]].]&lt;br /&gt;
&lt;br /&gt;
:[Cueball is shown on a hoverboard in the centre of the comic. Around him is a simple maze with 12 yellow coins. Another Cueball without howerboard is shown standing on one of the platforms to the right. The bottom half of the window is black. Right of where Cueball stands is a ramp. Behind the ramp is a computer. There is lots of space left of the maze, outside the maze. Text is only written in white below in the black area. The first part of the text is written below Cueball on hoverboard. Then there is an arrow pointing to the computer and a label. Finally there is a line of text at the bottom of the black area.]&lt;br /&gt;
&lt;br /&gt;
:[Under Cueball:]&lt;br /&gt;
:My new book,&lt;br /&gt;
:''Thing Explainer,''&lt;br /&gt;
:comes out today!&lt;br /&gt;
:To celebrate, here's&lt;br /&gt;
:a small game.&lt;br /&gt;
&lt;br /&gt;
:[Under the arrow below the computer]&lt;br /&gt;
:Deposit coins here&lt;br /&gt;
&lt;br /&gt;
:[At the bottom:]&lt;br /&gt;
:Use the arrow keys to move&lt;br /&gt;
&lt;br /&gt;
:['''For the full transcript of the entire comic see [[1608: Hoverboard/Transcript]].''']&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* There is as usual [[:Category:No title text|no title text]] for these interactive comics. But there is actually one listed in the [http://xkcd.com/1608/info.0.json info page] on xkcd. But this text: &amp;quot;Return to the play area&amp;quot;, is never shown as a normal title text. But it will erroneously be shown in the unofficial mobile versions of the site. &lt;br /&gt;
** This is actually the text that is shown blinking red at the buttom of the screen when leaving the starting area.&lt;br /&gt;
* If the focus switches from the game to the page, the cueball can freeze in midair.  The same thing can happen if the window border overlaps the play area.&lt;br /&gt;
* The Washington monument has an invisible floor next to the visible bricks which you can enter from further up the monument. &lt;br /&gt;
** You can also just walk through the monument at it's base as shown by the sign.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:No title text]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Large drawings]]&lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring Hair Bun Girl]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Philosophy]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Star Wars]]&lt;br /&gt;
[[Category:LOTR]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Hamster Ball]]&lt;/div&gt;</summary>
		<author><name>Minerguy31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1608:_Hoverboard&amp;diff=105857</id>
		<title>1608: Hoverboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1608:_Hoverboard&amp;diff=105857"/>
				<updated>2015-11-26T23:37:22Z</updated>
		
		<summary type="html">&lt;p&gt;Minerguy31: /* Explanations of jokes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1608&lt;br /&gt;
| date      = November 24, 2015&lt;br /&gt;
| title     = Hoverboard&lt;br /&gt;
| image     = hoverboard.png&lt;br /&gt;
 &amp;lt;!--DO NOT ADD the title text: Return to the play area. This is not shown in the comic. See trivia--&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
To experience the interactivity, visit the [http://xkcd.com/1608/ original comic].&lt;br /&gt;
{{TOC}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{incomplete|It's possible not all of the game's secrets have been unearthed yet.}}&lt;br /&gt;
The &amp;quot;comic&amp;quot; is actually a {{w|browser game}} made to celebrate the release of [[Randall|Randall's]] new book, ''[[Thing Explainer]]'', which were released on the same day as this comic (November 24th 2015.) It was thus released on a Tuesday, and thus replaced that weeks normal Wednesday release.&lt;br /&gt;
&lt;br /&gt;
The game features [[Cueball]] riding on a {{w|hoverboard}}. The only controls are the arrow keys. The player can jump repeatedly mid-jump to reach increasing heights. The player begins in a line-drawing maze with 17 gold coins located throughout and a &amp;quot;deposit&amp;quot; station. The ostensible goal of the game is to collect as many coins as possible and return them to the deposit in the fastest possible time, which returns a text message describing the result. Players consumed with obtaining the best possible time result for collecting the coins may not realize there is anything more to the game.&lt;br /&gt;
&lt;br /&gt;
Beyond the maze on either side (just far enough that players who remain within the maze will not see) are tall walls seemingly designed to contain the player. However, the walls have a finite height and, combined with the ability to multi-jump, the player can leave the purported &amp;quot;play area&amp;quot; either to the sides or above the initial maze. This returns a flashing red error message &amp;quot;return to play area&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Outside the play area is an entire world to explore including numerous points of interest and {{w|Easter egg (media)|Easter eggs}} similar in style to comic [[1110: Click and Drag]]. The larger game world is physically bounded in the left and the right direction, but is technically unbounded upwards, however, past a certain point there appears to be nothing interesting in the up direction. However, the longer you continue to fly upwards by pressing the up arrow repeatedly, the longer will it take for Cueball to fall down again once you stop pressing. In principal it may also be unbound in the downwards direction, but there is only a few places you can &amp;quot;sink&amp;quot; into the ground/water/lava, and here you cannot go down indefinitely. It could be possible that there could be some unexplored parts of the map, but given the maps already made this seems unlikely. There are 152 more coins outside the initial &amp;quot;play area&amp;quot; for a total of 169 in the entire game. &lt;br /&gt;
&lt;br /&gt;
===Coordinates of features===&lt;br /&gt;
{{incomplete|Insert table here}}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Coordinates || Description&lt;br /&gt;
|-&lt;br /&gt;
| x: 483735, y: -551990 || &amp;quot;What news of the world above? Please tell me - what's hot and viral? What's trending on twitter?&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
| x: 509587, y: -554621 || Washington Monument&lt;br /&gt;
|-&lt;br /&gt;
|  x: 509587, y: -554621 || Captain's log&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Technical aspects===&lt;br /&gt;
As previously noted, the comic bears considerable resemblance to [[1110: Click and Drag]]. The comic is made in much the same way, with 'drawn' images &amp;quot;glued&amp;quot; together to form a large &amp;quot;map&amp;quot;, with the illusion of infinite bounds made possible through space saving techniques where blank tiles are not stored and are instead painted white. The boundary between blank squares and 'drawn' squares is made clear as any white space in the normal images has a very slight grey tint. Thus, seams between images and blank spaces can be discerned.&lt;br /&gt;
&lt;br /&gt;
The tiles for the map are stored as simple PNG files in the naming scheme: X:Y+s.png. An example can be seen here: http://xkcd.com/1608/1013:-1096+s.png Each file is 513x513 pixels in size, one pixel is reserved as overlap to ensure seamless joining of images. So far, through experimentation, tiles in the range 928 to 1108 X and -1112 to -928 Y have been discovered, internally, the position of the player is divided by 512 and rounded down to give the position of the tile.&lt;br /&gt;
&lt;br /&gt;
The collision map is encoded in the darkness of the black. Using an image manipulation program, one can easily find the secret pathways even in the zoomed out maps provided below by enhancing the contrast of the dark areas.  On a slow connection, it's possible to move into an 'open' area and then the black image loads in and (probably permanently, without tricks) traps you immobile.&lt;br /&gt;
&lt;br /&gt;
The game was made by [http://chromakode.com Max Goodman] who has previously worked on [[1416: Pixels]]. The source code for the game can be found [https://xkcd.com/1608/tigl.js here].&lt;br /&gt;
&lt;br /&gt;
===Areas===&lt;br /&gt;
[[File:thumb_1608.jpg|thumb|right|one incomplete compilation of the entire game area (note the missing pinnacle of the Washington Monument]]&lt;br /&gt;
&lt;br /&gt;
Starting area - (x: 512187, y: -549668)&lt;br /&gt;
&lt;br /&gt;
==== West / Left ====&lt;br /&gt;
* {{w|Washington Monument}} - (x: 509864, y: -549746)&lt;br /&gt;
** Invisible entrance through the Monument, indicated by arrow sign&lt;br /&gt;
** Secret entrance into the inside of the Monument, right side, about halfway up - (x: 509815, y: -552614)&lt;br /&gt;
***From there you can fall down to the fault line shown in about the middle of the monument. You cannot see Cueball while he is in the monument in either entrance.&lt;br /&gt;
* Girl in a hamster ball - (x: 505790, y: -549905)&lt;br /&gt;
* Yet [[1504|another dig]] at the Lion King and the lands touched by shadow - (x: 504998, y: -550676)&lt;br /&gt;
* An {{w|X-Wing}} at a gas station, with coin accessible from the left - (x: 503253, y: -551129)&lt;br /&gt;
** Go straight up from the cockpit for a coin, carried by african swallows (non-migratory)&lt;br /&gt;
* A well with a girl at the bottom of it (and one of the yellow game coins), claiming to not be a ghost - (x: 501998, y: -551030)&lt;br /&gt;
* Landing re-entry capsule with parachutes - (x: 500040, y: -552369)&lt;br /&gt;
* Local Mom discovering This One Weird Bug - (x: 497994, y: -551334)&lt;br /&gt;
* Someone flying a kite, with a coin beside the kite.&lt;br /&gt;
* Volcano -&lt;br /&gt;
* LOTR Eagles - (x: 489661 y: -556811)&lt;br /&gt;
* A periscope peeking out of a shallow lava pool near two people playing &amp;quot;the lava is a floor&amp;quot; - (x: 488573 y: -556337)&lt;br /&gt;
* Lava pools -&lt;br /&gt;
* A dark grey ocean that isn't noticeable until you fall in&lt;br /&gt;
** With suicidal quadcopters taking footage of it over a coin - (x: 486640, y: -554838)&lt;br /&gt;
* {{w|Elon Musk}}'s Volcano Lair - (x: 484167, y: -549462)&lt;br /&gt;
** entrance hidden under volcano lava, before reaching Artex - (x: 483791, y: -551292)&lt;br /&gt;
* The ground, that presumably all grounded electronics are connected to - (x: 485125, y: -549062)&lt;br /&gt;
* Artex + Gandalf - (x: 483715, y: -554354)&lt;br /&gt;
* Basketball hoop, with coin&lt;br /&gt;
* Giant floating rock island in the sky (x: 507163, y: -567537)&lt;br /&gt;
* Hat underground&lt;br /&gt;
* A hole which traps(?) the player unless noclip mode is used&lt;br /&gt;
&lt;br /&gt;
==== East / Right ====&lt;br /&gt;
&lt;br /&gt;
* People holding anchor lines to the Tantive IV (Star Wars: A New Hope), being attacked by an Imperial Star Destroyer - (the people: x: 518954, y: -549056)&lt;br /&gt;
* Desert with dunes - (x: 520000, y: -549114)&lt;br /&gt;
* Ocean Yelper (giving only 2.5/5 stars) - x: 522015, y: -549015&lt;br /&gt;
* Talking Rogue Wave - (x: 523460, y: -549013)&lt;br /&gt;
* Wedding - (x: 531558, y: -549386)&lt;br /&gt;
* Graveyard - (x: 534140, y: -549546)&lt;br /&gt;
* Remains of {{w|Ozymandias}}' Statue - (x: 535927, y: -549666)&lt;br /&gt;
* Huge pyramid - (x: 538167, y: -550906)&lt;br /&gt;
* Blackhat's hat on a stick - (x: 549997, y: -549777)&lt;br /&gt;
* Whitehat's head in the grass? - (x: 559826, y: -549847)&lt;br /&gt;
* Giant bird nest - (x: 567123, y; -550417)&lt;br /&gt;
* Beret Guy riding a torpedo - (x: 522754, y: -554342)&lt;br /&gt;
&lt;br /&gt;
==== Rebel Blockade Runner ====&lt;br /&gt;
Up in the air is the CR90 Corvette, Tantive IV aka Rebel Blockade Runner with Princess Leia fro. The start of the original Star Wars movie.&lt;br /&gt;
&lt;br /&gt;
* Coordinates:&lt;br /&gt;
**??&lt;br /&gt;
*Cueball is standing at a ledge with a fishing rod with something on the hook somewhere below the spaceship. Two birds are circling the line. &lt;br /&gt;
&lt;br /&gt;
==== Imperial Star Destroyer ====&lt;br /&gt;
&lt;br /&gt;
High up in the air there's a huge spaceship.&lt;br /&gt;
&lt;br /&gt;
* Coordinates:&lt;br /&gt;
** top left at (513072, -560660)&lt;br /&gt;
** bottom left at (513080, -559470)&lt;br /&gt;
** top at (552154, -569022)&lt;br /&gt;
** top right at (556557, -567711)&lt;br /&gt;
** bottom right at (558244, -556542)&lt;br /&gt;
* Entrances (from bottom left clockwise):&lt;br /&gt;
** Tunnel at (513080, -559680)&lt;br /&gt;
** Tunnel at (513166, -560434)&lt;br /&gt;
** Shaft at (516560, -560912)&lt;br /&gt;
** Shaft at (519200, -561108)&lt;br /&gt;
** Shaft at (525255, -561527)&lt;br /&gt;
** Shaft at (527990, -561844)&lt;br /&gt;
** Shaft at (533087, -562298)&lt;br /&gt;
** Shaft at (539637, -563233)&lt;br /&gt;
** Tunnel at (540958, -563721)&lt;br /&gt;
** Shaft at (543789, -564670)&lt;br /&gt;
** Stairwell down at (547438, -565058)&lt;br /&gt;
** Tunnel at (552319, -566184)&lt;br /&gt;
** Tunnel to an isolated small room at (557774, -562042)&lt;br /&gt;
** Shaft at (556350, -556720)&lt;br /&gt;
** Glitchfloor at (547890, -556779)&lt;br /&gt;
** Shaft at (543850, -557500)&lt;br /&gt;
** Main ramp at (537260, -557969)&lt;br /&gt;
** Tunnel at (531840, -558547)&lt;br /&gt;
** Parachutists' ramp at (526624, -558664)&lt;br /&gt;
** Ramp at (525300, -558747)&lt;br /&gt;
** Shaft at (520440, -559100)&lt;br /&gt;
** Shaft at (516825, -559300)&lt;br /&gt;
* Interesting objects and places inside:&lt;br /&gt;
** Steven Universe and the Crystal Gems - (x: 551664, y: -567383)&lt;br /&gt;
** A nearly complete depiction of Level 1 of {{w|Prince of Persia (1989 video game)|Prince of Persia}}, an ancient Jump &amp;amp; Run game - (x: 551532, y: -563512)&lt;br /&gt;
** Emperor Palpatine Park and Gazebo - (x: 546819, y: -559584)&lt;br /&gt;
** Dancers (possibly [[162|spinning counter-clockwise]]) dancing to piano music - (x: 547536, y: -563301)&lt;br /&gt;
** Octopus guarding two coins - (x: 531646, y: -559663)&lt;br /&gt;
** A sign saying &amp;quot;Caution GlitchFloor&amp;quot; (falling straight down through it nets you a coin someway down) - (x: 547898, y: -556784)&lt;br /&gt;
** A huge light bulb - (x: 555405, y: -557769)&lt;br /&gt;
** The Emperor [[1596|birdwatching]] - (x: 554777, y: -567346)&lt;br /&gt;
** Ponytail jousting on an ostrich- (x: 552048, y: -568045)&lt;br /&gt;
** A party on the ceiling (negative gravity?) - (x: 550350, y: -564354)&lt;br /&gt;
** A huge ant - (x: 552309, y: -560208)&lt;br /&gt;
** Tube slide - (x: 541813, y: -563721)&lt;br /&gt;
** A reservoir (?) with hidden passages - (x: 541300, y: -560330)&lt;br /&gt;
** A huge spark gap (?) - (x: 541900, y: -558110)&lt;br /&gt;
** Torpedo launcher room - (x: 529627, y: -558481)&lt;br /&gt;
** A {{w|Tetris}} block falling - (x: 529414, y: -529220)&lt;br /&gt;
** Lightsaber Piñata party - (x: 515353, y: -560329)&lt;br /&gt;
** Swimming pool - (x: 517346, y: -559831)&lt;br /&gt;
** Children's swimming pool (ball pit?) - (x: 514500, y: -560436)&lt;br /&gt;
** A crocodile - (x: 553623, -568091)&lt;br /&gt;
** Spiral tunnel - (x: 543320, y: -558314)&lt;br /&gt;
** A car - (x: 537750, y: -557937)&lt;br /&gt;
&lt;br /&gt;
=== Maps ===&lt;br /&gt;
* [http://codepen.io/KyleDavidE/full/605dc87b614ff6b2bd716f4c6f640203/ Quickly hacked overview] - courtesy of [https://www.reddit.com/user/kyledavide kyledavide] on [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 reddit].&lt;br /&gt;
* [http://1101b.com/xkcd1608/ fully zoomable map w/ toggleable coins and passages] - courtesy of [https://www.reddit.com/user/lanzaa lanzaa] on the same reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 thread]&lt;br /&gt;
* [https://i.imgur.com/uYryxss.png png-map] - courtesy of [https://www.reddit.com/user/luke_in_the_sky luke_in_the_sky] on the same reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 thread]&lt;br /&gt;
* [http://paste.click/DsPuSL png-full-size-map] - might take a few minutes to download -&amp;gt; do not open directly in the browser! - courtesy of [https://www.reddit.com/user/0x90-0x90 0x90-0x90] on the same reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxbyn86 thread]&lt;br /&gt;
&lt;br /&gt;
===Controls===&lt;br /&gt;
The keyboard controls are as follows:&lt;br /&gt;
&lt;br /&gt;
* '''Go Left''' - Left arrow key, a or h&lt;br /&gt;
* '''Go Right''' - Right arrow key, d or l&lt;br /&gt;
* '''Go Up (jump or hover)''' - Up arrow key, w, or k&lt;br /&gt;
* '''Go Down (if gravity disabled)''' - Down arrow key, s, or j&lt;br /&gt;
&lt;br /&gt;
This control scheme covers the three commonly used directional key sets: WASD a set of keys commonly used by modern games; HJKL a set of movement keys used by vi and applications which attempt to mimic vi key controls (vim); and the arrow keys, the most generic set of keys which is usually accepted by most applications which take movement as input, these were commonly used in older games.&lt;br /&gt;
&lt;br /&gt;
On devices which have a touch screen and tilt sensor (portable devices like mobile phones and tablets) the controls are as follows:&lt;br /&gt;
* '''Go Left''' - Roll the device anticlockwise&lt;br /&gt;
* '''Go Right''' - Roll the device clockwise&lt;br /&gt;
* '''Go Up (jump or hover)''' - Tap the screen&lt;br /&gt;
&lt;br /&gt;
After inspecting the source code, there appears to be no way to move down on a portable device, this is only relevant if gravity is disabled.&lt;br /&gt;
&lt;br /&gt;
===Cheats and Exploits===&lt;br /&gt;
Aside from the obvious ability to move out of bounds in the game, there are some more obscure hidden features which can't be enabled through normal gameplay, the ones found so far are as follows:&lt;br /&gt;
&lt;br /&gt;
'''Modes''' are activated by opening the Javascript Console (F12 [Or Command-Alt-I in most browsers under Mac OS X] to open Developer Tools, then Console tab) and writing corresponding commands:&lt;br /&gt;
&lt;br /&gt;
* '''Gandalf Mode: ''' ''window.i.am.gandalf = true'' - jumps and runs further&lt;br /&gt;
* '''Speedhack: ''' ''explorer.opts.speed= *Value*'' - Speed hacking, with 1 = normal speed&lt;br /&gt;
* '''Jump Hack: ''' '' explorer.opts.jumpForce= -*Value*'' - Jump hacking, with -1 = normal jump (positive values cause the hoverboard guy to move down when jumping)&lt;br /&gt;
* '''Mewtwo mode: ''' ''window.mewtwo = true'' - disables gravity&lt;br /&gt;
* '''Noclip mode: ''' ''window.noclip = true'' - player is able to move around the map without collision. Combine with Gandalf and Mewtwo modes for free easy map traversal.&lt;br /&gt;
* '''Goggles mode: ''' ''window.ze.goggles()'' - displays a small window showing area around the player in a pixelated manner. The goggles indicate collision boundaries (where the player touches the world) in cyan lines. Black pixels that are passable (such as other characters or text) will be highlighted red (allowing secret passages to be discovered).&lt;br /&gt;
* '''Position Tracking: ''' ''window.explorer.pos'' - Returns the player location to the console. Can be used to track position and test to ensure you are still moving. Must be re-entered to compare positioning.&lt;br /&gt;
* '''Position Setting: ''' ''window.explorer.pos.x = *Value* or window.explorer.pos.y = *Value*'' - Can be used to manually set a position within the world. The start is at x: 512106, y: -549612. The left terrain bound is at x: 475210, y: -553711. The right terrain bound is at x: 567281, y: -549712. Mewtwo and Noclip modes are a must for exploring in this way.&lt;br /&gt;
* '''All the above: ''' ''window.explorer.opts'' - Contains all the game's parameters. You can directly mess with ''gravity'', collision (''disableCollision''), jump force (''jumpForce'') and speed (''maxSpeed''), among others. Run ''Object.keys(window.explorer.opts)'' to list all available parameters you can tweak.&lt;br /&gt;
* '''List all coins: ''' ''window.explorer.objects'' - Array containing the position of the 169 coins of the game.&lt;br /&gt;
* '''Disable tilt input: ''' ''getEventListeners(window)['deviceorientation'][0].remove()'' - on Macs with motion sensor, disables tilt input which causes problems controlling the avatar&lt;br /&gt;
&lt;br /&gt;
'''Getting All Coins: ''' To instantly get all coins, input the below into the console window. Does not use standard formatting of [i] to avoid conflicts with window.i.am.gandalf&lt;br /&gt;
&lt;br /&gt;
    for (var T = 0; T &amp;lt; explorer.objects.length; T++) {&lt;br /&gt;
        explorer.objects[T].got = true;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
To teleport to the next coin every time you press the left or right arrow:&lt;br /&gt;
&lt;br /&gt;
    var T = 0;&lt;br /&gt;
    document.onkeydown = function(event){&lt;br /&gt;
      if (event.keyCode == 37) { T = T-1 }&lt;br /&gt;
      else if (event.keyCode == 39) { T = T+1 }&lt;br /&gt;
      else { return }&lt;br /&gt;
      T = T % explorer.objects.length;&lt;br /&gt;
      var coin = explorer.objects[T];&lt;br /&gt;
      explorer.pos.x = coin.x1; explorer.pos.y = coin.y1;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
For a quick tour of all the coins:&lt;br /&gt;
&lt;br /&gt;
    var delayInMilliseconds = 1000; // 1 second delay between each teleport. feel free to change this.&lt;br /&gt;
    var index = 0;&lt;br /&gt;
    explorer.objects.forEach(function(x){&lt;br /&gt;
      setTimeout(function(){&lt;br /&gt;
        explorer.pos.x = x.x1;&lt;br /&gt;
        explorer.pos.y = x.y1;&lt;br /&gt;
        x.got = true;&lt;br /&gt;
        explorer.frame(); // forces a redraw&lt;br /&gt;
      },&lt;br /&gt;
      (index + 1) * delayInMilliseconds);&lt;br /&gt;
      index++;&lt;br /&gt;
    });&lt;br /&gt;
&lt;br /&gt;
To see a list of coin coordinates you have not yet collected:&lt;br /&gt;
&lt;br /&gt;
    var L = 0;&lt;br /&gt;
    for (var S = 0; S &amp;lt; explorer.objects.length; S++) {&lt;br /&gt;
        var I = explorer.objects[S];&lt;br /&gt;
        if (I.got) {&lt;br /&gt;
            L++;	&lt;br /&gt;
        } else {&lt;br /&gt;
            console.log(I.x1.toString() + &amp;quot;, &amp;quot; + I.y1.toString());&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
    console.log(&amp;quot;You've found &amp;quot; + L.toString() + &amp;quot; of 169 coins&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
To display the distance and direction to the closest coin (with inverted colors once you have all the coins):&lt;br /&gt;
&lt;br /&gt;
    function distance(x1, y1, x2, y2) {&lt;br /&gt;
        var dx = x2 - x1;&lt;br /&gt;
        var dy = y2 - y1;&lt;br /&gt;
        return Math.sqrt(dx * dx + dy * dy);&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    function angle(x1, y1, x2, y2) {&lt;br /&gt;
        var dx = x2 - x1;&lt;br /&gt;
        var dy = y2 - y1;&lt;br /&gt;
        return Math.atan2(dy, dx) * 180 / Math.PI;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    function renderRadar() {&lt;br /&gt;
        var mindist = 10000000000;&lt;br /&gt;
        var closest = {&lt;br /&gt;
            x1:512278.0, y1:-549613.0&lt;br /&gt;
        };&lt;br /&gt;
        var linecolor = &amp;quot;red&amp;quot;;&lt;br /&gt;
        for (var S = 0; S &amp;lt; explorer.objects.length; S++) {&lt;br /&gt;
           var I = explorer.objects[S];&lt;br /&gt;
           if (!I.got) {&lt;br /&gt;
               var dist = distance(explorer.pos.x, explorer.pos.y, I.x1, I.y1);&lt;br /&gt;
               if (dist &amp;lt; mindist) {&lt;br /&gt;
                   mindist = dist;&lt;br /&gt;
                   closest = I;&lt;br /&gt;
               }&lt;br /&gt;
           }&lt;br /&gt;
        }&lt;br /&gt;
        if (mindist == 10000000000) {&lt;br /&gt;
            mindist = distance(explorer.pos.x, explorer.pos.y, closest.x1, closest.y1);&lt;br /&gt;
            if (document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor != &amp;quot;red&amp;quot;) {&lt;br /&gt;
                document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor = &amp;quot;red&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
            linecolor = &amp;quot;green&amp;quot;;&lt;br /&gt;
        } else {&lt;br /&gt;
            if (document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor != &amp;quot;green&amp;quot;) {&lt;br /&gt;
                document.getElementById(&amp;quot;radar&amp;quot;).style.backgroundColor = &amp;quot;green&amp;quot;;&lt;br /&gt;
            }&lt;br /&gt;
        }&lt;br /&gt;
        var ang = angle(explorer.pos.x, explorer.pos.y, closest.x1, closest.y1);&lt;br /&gt;
        var indicator = &amp;quot;&amp;quot;;&lt;br /&gt;
        if (ang &amp;gt; 112.5 || ang &amp;lt; -112.5) {&lt;br /&gt;
            indicator += &amp;quot;left&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        if (ang &amp;lt; 67.5 &amp;amp;&amp;amp; ang &amp;gt; -67.5) {&lt;br /&gt;
            indicator += &amp;quot;right&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        if (ang &amp;gt; -157.5 &amp;amp;&amp;amp; ang &amp;lt; -22.5) {&lt;br /&gt;
            indicator += &amp;quot; up&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        if (ang &amp;gt; 22.5 &amp;amp;&amp;amp; ang &amp;lt; 157.5) {&lt;br /&gt;
            indicator += &amp;quot; down&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML = &amp;quot;Distance: &amp;quot; + mindist.toFixed(1).toString() + &amp;quot;&amp;amp;lt;br/&amp;gt;&amp;quot;;&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML += indicator + &amp;quot; (&amp;quot; + -ang.toFixed(1).toString() + &amp;quot;°)&amp;quot;;&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML += &amp;quot;&amp;lt;div id='circle' style='border: 1px solid black; border-radius: 50px; width: 100px; height: 100px; position:absolute; top:50px; left:25px'/&amp;gt;&amp;quot;;&lt;br /&gt;
        document.getElementById(&amp;quot;radar&amp;quot;).innerHTML += &amp;quot;&amp;lt;div id='line' style='width: 50px; height: 1px; background-color: &amp;quot; + linecolor + &amp;quot;; position:absolute; top:100px; left:75px; transform:rotate(&amp;quot; + ang + &amp;quot;deg); transform-origin:0% 0%'/&amp;gt;&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    var d = document.createElement(&amp;quot;div&amp;quot;);&lt;br /&gt;
    d.id = &amp;quot;radar&amp;quot;;&lt;br /&gt;
    d.style.position = &amp;quot;fixed&amp;quot;;&lt;br /&gt;
    d.style.left = &amp;quot;0px&amp;quot;;&lt;br /&gt;
    d.style.top = &amp;quot;0px&amp;quot;;&lt;br /&gt;
    d.style.width = &amp;quot;150px&amp;quot;;&lt;br /&gt;
    d.style.height = &amp;quot;160px&amp;quot;;&lt;br /&gt;
    d.style.border = &amp;quot;1px solid red&amp;quot;;&lt;br /&gt;
    d.style.zIndex = &amp;quot;2&amp;quot;;&lt;br /&gt;
    d.style.backgroundColor = &amp;quot;green&amp;quot;;&lt;br /&gt;
    d.style.color = &amp;quot;#8f8&amp;quot;;&lt;br /&gt;
    document.body.appendChild(d);&lt;br /&gt;
    &lt;br /&gt;
    setInterval(renderRadar, 100);&lt;br /&gt;
&lt;br /&gt;
To display your current coordinates:&lt;br /&gt;
&lt;br /&gt;
   function renderRadar2() {&lt;br /&gt;
       document.getElementById(&amp;quot;radar2&amp;quot;).innerHTML = &amp;quot;x: &amp;quot; + explorer.pos.x.toFixed(1).toString() + &amp;quot;&amp;amp;lt;br&amp;gt;y: &amp;quot; + explorer.pos.y.toFixed(1).toString()&lt;br /&gt;
   }&lt;br /&gt;
   &lt;br /&gt;
   var d = document.createElement(&amp;quot;div&amp;quot;)&lt;br /&gt;
   d.id = &amp;quot;radar2&amp;quot;&lt;br /&gt;
   d.style.position = &amp;quot;fixed&amp;quot;&lt;br /&gt;
   d.style.left = &amp;quot;150px&amp;quot;&lt;br /&gt;
   d.style.top = &amp;quot;0px&amp;quot;&lt;br /&gt;
   d.style.width = &amp;quot;150px&amp;quot;&lt;br /&gt;
   d.style.height = &amp;quot;35px&amp;quot;&lt;br /&gt;
   d.style.border = &amp;quot;1px solid red&amp;quot;&lt;br /&gt;
   d.style.zIndex = &amp;quot;2&amp;quot;&lt;br /&gt;
   d.style.backgroundColor = &amp;quot;green&amp;quot;&lt;br /&gt;
   d.style.color = &amp;quot;#8f8&amp;quot;&lt;br /&gt;
   document.body.appendChild(d)&lt;br /&gt;
   &lt;br /&gt;
   setInterval(renderRadar2, 1000)&lt;br /&gt;
&lt;br /&gt;
===Functionality===&lt;br /&gt;
By observing page code while playing, the game grabs and displays images based on location, and subsequently clears all non-visible images. The game uses what seems to be a position syntax to retrieve the intended images live, and returns an error if such an image does not exist, such as a blank area. This technically means things could be added to the world and updated live. If the player is moving sufficiently fast or if the internet connection is slow, this means that the player can get stuck in a black area that does not load in time.&lt;br /&gt;
&lt;br /&gt;
This also means that the game does not have coded top or bottom limits, so any attempt to find the ''ceiling'' of the game will be futile unless the game is tweaked. The game does however have side limits.&lt;br /&gt;
&lt;br /&gt;
When you deposit a certain number of coins, you will get one of the following messages:&lt;br /&gt;
* 0 coins : You got 0 coins in (n) seconds/ You successfully avoided all the coins. &lt;br /&gt;
* 1 coin : You got a single coin in (n) seconds/ It's a start.&lt;br /&gt;
* 2-4 coins : You got (n) coins in (n) seconds/ Not bad!&lt;br /&gt;
* 5-9 coins : You got (n) coins in (n) seconds/ Terrific!&lt;br /&gt;
* 17 coins : You got 17 coins in (n) seconds/ You found all the coins! Great job!&lt;br /&gt;
* 42 coins : You got 42 coins in (n) seconds/ No answers here.&lt;br /&gt;
* 169 coins : You got 169 coins in (n) seconds/ Are you Gandalf?&lt;br /&gt;
* All others: You got (n) coins in (n) seconds&lt;br /&gt;
&lt;br /&gt;
Opening the console will display the text: what? hoverboard not enough for you!? in the log. Activating goggles mode will cause the text 'B-)' to appear in the log.&lt;br /&gt;
&lt;br /&gt;
Leaving the play area will cause the red text 'RETURN TO THE PLAY AREA' to rapidly blink 3 times (150 msec duration), followed by a pause, and this will repeat 5 times for a total of 15 blinks. This will also reoccur if the player passes through the play area on their way back from exploring one side.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
:[This transcript only covers the starting page as shown on xkcd: {{xkcd|1608}}. A full transcript of the entire comic will be listed on a [[1608: Hoverboard/Transcript|separate page]].]&lt;br /&gt;
&lt;br /&gt;
:[Cueball is shown on a hoverboard in the centre of the comic. Around him is a simple maze with 12 yellow coins. Another Cueball without howerboard is shown standing on one of the platforms to the right. The bottom half of the window is black. Right of where Cueball stands is a ramp. Behind the ramp is a computer. There is lots of space left of the maze, outside the maze. Text is only written in white below in the black area. The first part of the text is written below Cueball on hoverboard. Then there is an arrow pointing to the computer and a label. Finally there is a line of text at the bottom of the black area.]&lt;br /&gt;
&lt;br /&gt;
:[Under Cueball:]&lt;br /&gt;
:My new book,&lt;br /&gt;
:''Thing Explainer,''&lt;br /&gt;
:comes out today!&lt;br /&gt;
:To celebrate, here's&lt;br /&gt;
:a small game.&lt;br /&gt;
&lt;br /&gt;
:[Under the arrow below the computer]&lt;br /&gt;
:Deposit coins here&lt;br /&gt;
&lt;br /&gt;
:[At the bottom:]&lt;br /&gt;
:Use the arrow keys to move&lt;br /&gt;
&lt;br /&gt;
:['''For the full transcript of the entire comic see [[1608: Hoverboard/Transcript]].''']&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
* There is as usual [[:Category:No title text|no title text]] for these interactive comics. But there is actually one listed in the [http://xkcd.com/1608/info.0.json info page] on xkcd. But this text: &amp;quot;Return to the play area&amp;quot;, is never shown as a normal title text. But it will erroneously be shown in the unofficial mobile versions of the site. &lt;br /&gt;
** This is actually the text that is shown blinking red at the buttom of the screen when leaving the starting area.&lt;br /&gt;
* If the focus switches from the game to the page, the cueball can freeze in midair.  The same thing can happen if the window border overlaps the play area.&lt;br /&gt;
* The Washington monument has an invisible floor next to the visible bricks which you can enter from further up the monument. &lt;br /&gt;
** You can also just walk through the monument at it's base as shown by the sign.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
&lt;br /&gt;
[[Category:No title text]]&lt;br /&gt;
[[Category:Comics with color]]&lt;br /&gt;
[[Category:Large drawings]]&lt;br /&gt;
[[Category:Interactive comics]]&lt;br /&gt;
[[Category:Comics featuring Cueball]]&lt;br /&gt;
[[Category:Comics featuring Megan]]&lt;br /&gt;
[[Category:Comics featuring Ponytail]]&lt;br /&gt;
[[Category:Comics featuring White Hat]]&lt;br /&gt;
[[Category:Comics featuring Beret Guy]]&lt;br /&gt;
[[Category:Comics featuring Hair Bun Girl]]&lt;br /&gt;
[[Category:Multiple Cueballs]]&lt;br /&gt;
[[Category:Philosophy]]&lt;br /&gt;
[[Category:Video games]]&lt;br /&gt;
[[Category:Star Wars]]&lt;br /&gt;
[[Category:LOTR]]&lt;br /&gt;
[[Category:Animals]]&lt;br /&gt;
[[Category:Hamster Ball]]&lt;/div&gt;</summary>
		<author><name>Minerguy31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1608:_Hoverboard&amp;diff=105693</id>
		<title>Talk:1608: Hoverboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1608:_Hoverboard&amp;diff=105693"/>
				<updated>2015-11-25T04:17:57Z</updated>
		
		<summary type="html">&lt;p&gt;Minerguy31: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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. [https://github.com/minerguy31/xkcd-hoverboard-mod/raw/master/XKCD%20Hoverboard%20Mod.user.js Click to install] [[User:Minerguy31|Minerguy31]] ([[User talk:Minerguy31|talk]]) 04:17, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Well, this will be the next incomplete explanation for a while. -[[Special:Contributions/162.158.90.165|162.158.90.165]] 21:58, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yes, one thing to note is how to get the hell out of the cave near the volcano [[Special:Contributions/108.162.249.159|108.162.249.159]] 22:38, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. --[[Special:Contributions/108.162.216.6|108.162.216.6]] 22:46, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
West -- Under Lava Pools -- Elon Musk's Secret Volcano Base (not as enjoyable as you might expect).&lt;br /&gt;
&lt;br /&gt;
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. {{unsigned ip|162.158.56.5}}&lt;br /&gt;
&lt;br /&gt;
There, have at thee an image! [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 22:58, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
There are 168 coins spread throughout the map according to the source code [[Special:Contributions/173.245.54.53|173.245.54.53]] 23:03, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
When using a device, instead of saying &amp;quot;use arrow keys to move&amp;quot;, it says &amp;quot;tilt to move, tap to jump&amp;quot;. It's also a lot harder to control. {{unsigned ip|108.162.250.159}}&lt;br /&gt;
&lt;br /&gt;
It's actually 169 coins (t.length). --[[Special:Contributions/188.114.111.129|188.114.111.129]] 23:22, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. [[Special:Contributions/108.162.221.13|108.162.221.13]] 23:27, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. {{unsigned ip|108.162.216.24}}&lt;br /&gt;
&lt;br /&gt;
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|&lt;br /&gt;
&lt;br /&gt;
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. [[Special:Contributions/173.245.54.53|173.245.54.53]] 23:57, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The collision detection is glitchy. I keep landing/bumping against platforms I'm far away from. Is getting stuck against walls normal? --[[Special:Contributions/199.27.130.234|199.27.130.234]] 00:01, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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? [[User:Jcox|Jcox]] ([[User talk:Jcox|talk]]) 00:15, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 00:17, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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) [[User:Miraries|Miraries]] ([[User talk:Miraries|talk]]) 00:21, 25 November 2015 (UTC)Miraries&lt;br /&gt;
&lt;br /&gt;
Here's a zoomed out map of all the game area: https://i.imgur.com/rNU9ZgN.png. From ''luke_in_the_sky'' at Reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxc1245]. --[[Special:Contributions/188.114.111.129|188.114.111.129]] 00:35, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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! [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 01:00, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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 --[[Special:Contributions/188.114.111.129|188.114.111.129]] 01:19, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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 [[Special:Contributions/199.27.129.167|199.27.129.167]] 01:27, 25 November 2015 (UTC)&lt;br /&gt;
: I think it might make more sense to just add it as another image, mediawiki supports this after all. The syntax should be: &amp;lt;nowiki&amp;gt;[[File:filename.png|thumb|Subtitle|alt=alt]]&amp;lt;/nowiki&amp;gt; [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 01:34, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
[http://files.mckaysalisbury.com/xkcd/hoverboard.html] This one loads all of the images quickly (From the xkcd site), and uses browser zooming. [[Special:Contributions/173.245.54.47|173.245.54.47]] 01:29, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The impassible backgrounds are RGB(0,0,0), and the passable ones are RGB(1,1,1). &amp;lt;code&amp;gt;#explore &amp;gt; :first-child {filter:brightness(30);-webkit-filter:brightness(30);-moz-filter:brightness(30);-o-filter:brightness(30);-ms-filter:brightness(30);}&amp;lt;/code&amp;gt; ... See https://twitter.com/BadPhysics/status/669354631869304832 [[Special:Contributions/108.162.249.155|108.162.249.155]] 03:40, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here are all the secret passages marked I could find: http://imgur.com/a/fKE1Q --[[Special:Contributions/162.158.91.220|162.158.91.220]] 00:50, 25 November 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Minerguy31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1608:_Hoverboard&amp;diff=105692</id>
		<title>Talk:1608: Hoverboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1608:_Hoverboard&amp;diff=105692"/>
				<updated>2015-11-25T04:17:35Z</updated>
		
		<summary type="html">&lt;p&gt;Minerguy31: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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. [https://github.com/minerguy31/xkcd-hoverboard-mod/raw/master/XKCD%20Hoverboard%20Mod.user.js Click to install]&lt;br /&gt;
&lt;br /&gt;
Well, this will be the next incomplete explanation for a while. -[[Special:Contributions/162.158.90.165|162.158.90.165]] 21:58, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yes, one thing to note is how to get the hell out of the cave near the volcano [[Special:Contributions/108.162.249.159|108.162.249.159]] 22:38, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. --[[Special:Contributions/108.162.216.6|108.162.216.6]] 22:46, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
West -- Under Lava Pools -- Elon Musk's Secret Volcano Base (not as enjoyable as you might expect).&lt;br /&gt;
&lt;br /&gt;
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. {{unsigned ip|162.158.56.5}}&lt;br /&gt;
&lt;br /&gt;
There, have at thee an image! [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 22:58, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
There are 168 coins spread throughout the map according to the source code [[Special:Contributions/173.245.54.53|173.245.54.53]] 23:03, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
When using a device, instead of saying &amp;quot;use arrow keys to move&amp;quot;, it says &amp;quot;tilt to move, tap to jump&amp;quot;. It's also a lot harder to control. {{unsigned ip|108.162.250.159}}&lt;br /&gt;
&lt;br /&gt;
It's actually 169 coins (t.length). --[[Special:Contributions/188.114.111.129|188.114.111.129]] 23:22, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. [[Special:Contributions/108.162.221.13|108.162.221.13]] 23:27, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. {{unsigned ip|108.162.216.24}}&lt;br /&gt;
&lt;br /&gt;
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|&lt;br /&gt;
&lt;br /&gt;
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. [[Special:Contributions/173.245.54.53|173.245.54.53]] 23:57, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The collision detection is glitchy. I keep landing/bumping against platforms I'm far away from. Is getting stuck against walls normal? --[[Special:Contributions/199.27.130.234|199.27.130.234]] 00:01, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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? [[User:Jcox|Jcox]] ([[User talk:Jcox|talk]]) 00:15, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 00:17, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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) [[User:Miraries|Miraries]] ([[User talk:Miraries|talk]]) 00:21, 25 November 2015 (UTC)Miraries&lt;br /&gt;
&lt;br /&gt;
Here's a zoomed out map of all the game area: https://i.imgur.com/rNU9ZgN.png. From ''luke_in_the_sky'' at Reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxc1245]. --[[Special:Contributions/188.114.111.129|188.114.111.129]] 00:35, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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! [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 01:00, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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 --[[Special:Contributions/188.114.111.129|188.114.111.129]] 01:19, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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 [[Special:Contributions/199.27.129.167|199.27.129.167]] 01:27, 25 November 2015 (UTC)&lt;br /&gt;
: I think it might make more sense to just add it as another image, mediawiki supports this after all. The syntax should be: &amp;lt;nowiki&amp;gt;[[File:filename.png|thumb|Subtitle|alt=alt]]&amp;lt;/nowiki&amp;gt; [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 01:34, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
[http://files.mckaysalisbury.com/xkcd/hoverboard.html] This one loads all of the images quickly (From the xkcd site), and uses browser zooming. [[Special:Contributions/173.245.54.47|173.245.54.47]] 01:29, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The impassible backgrounds are RGB(0,0,0), and the passable ones are RGB(1,1,1). &amp;lt;code&amp;gt;#explore &amp;gt; :first-child {filter:brightness(30);-webkit-filter:brightness(30);-moz-filter:brightness(30);-o-filter:brightness(30);-ms-filter:brightness(30);}&amp;lt;/code&amp;gt; ... See https://twitter.com/BadPhysics/status/669354631869304832 [[Special:Contributions/108.162.249.155|108.162.249.155]] 03:40, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here are all the secret passages marked I could find: http://imgur.com/a/fKE1Q --[[Special:Contributions/162.158.91.220|162.158.91.220]] 00:50, 25 November 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Minerguy31</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1608:_Hoverboard&amp;diff=105691</id>
		<title>Talk:1608: Hoverboard</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1608:_Hoverboard&amp;diff=105691"/>
				<updated>2015-11-25T04:16:59Z</updated>
		
		<summary type="html">&lt;p&gt;Minerguy31: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;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. [https://github.com/minerguy31/xkcd-hoverboard-mod/raw/master/XKCD%20Hoverboard%20Mod.user.js]&lt;br /&gt;
&lt;br /&gt;
Well, this will be the next incomplete explanation for a while. -[[Special:Contributions/162.158.90.165|162.158.90.165]] 21:58, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yes, one thing to note is how to get the hell out of the cave near the volcano [[Special:Contributions/108.162.249.159|108.162.249.159]] 22:38, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. --[[Special:Contributions/108.162.216.6|108.162.216.6]] 22:46, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
West -- Under Lava Pools -- Elon Musk's Secret Volcano Base (not as enjoyable as you might expect).&lt;br /&gt;
&lt;br /&gt;
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. {{unsigned ip|162.158.56.5}}&lt;br /&gt;
&lt;br /&gt;
There, have at thee an image! [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 22:58, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
There are 168 coins spread throughout the map according to the source code [[Special:Contributions/173.245.54.53|173.245.54.53]] 23:03, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
When using a device, instead of saying &amp;quot;use arrow keys to move&amp;quot;, it says &amp;quot;tilt to move, tap to jump&amp;quot;. It's also a lot harder to control. {{unsigned ip|108.162.250.159}}&lt;br /&gt;
&lt;br /&gt;
It's actually 169 coins (t.length). --[[Special:Contributions/188.114.111.129|188.114.111.129]] 23:22, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. [[Special:Contributions/108.162.221.13|108.162.221.13]] 23:27, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. {{unsigned ip|108.162.216.24}}&lt;br /&gt;
&lt;br /&gt;
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|&lt;br /&gt;
&lt;br /&gt;
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. [[Special:Contributions/173.245.54.53|173.245.54.53]] 23:57, 24 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
The collision detection is glitchy. I keep landing/bumping against platforms I'm far away from. Is getting stuck against walls normal? --[[Special:Contributions/199.27.130.234|199.27.130.234]] 00:01, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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? [[User:Jcox|Jcox]] ([[User talk:Jcox|talk]]) 00:15, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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. [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 00:17, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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) [[User:Miraries|Miraries]] ([[User talk:Miraries|talk]]) 00:21, 25 November 2015 (UTC)Miraries&lt;br /&gt;
&lt;br /&gt;
Here's a zoomed out map of all the game area: https://i.imgur.com/rNU9ZgN.png. From ''luke_in_the_sky'' at Reddit [https://www.reddit.com/r/xkcd/comments/3u4sy1/xkcd_1608_hoverboard/cxc1245]. --[[Special:Contributions/188.114.111.129|188.114.111.129]] 00:35, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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! [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 01:00, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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 --[[Special:Contributions/188.114.111.129|188.114.111.129]] 01:19, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
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 [[Special:Contributions/199.27.129.167|199.27.129.167]] 01:27, 25 November 2015 (UTC)&lt;br /&gt;
: I think it might make more sense to just add it as another image, mediawiki supports this after all. The syntax should be: &amp;lt;nowiki&amp;gt;[[File:filename.png|thumb|Subtitle|alt=alt]]&amp;lt;/nowiki&amp;gt; [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 01:34, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
[http://files.mckaysalisbury.com/xkcd/hoverboard.html] This one loads all of the images quickly (From the xkcd site), and uses browser zooming. [[Special:Contributions/173.245.54.47|173.245.54.47]] 01:29, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:The impassible backgrounds are RGB(0,0,0), and the passable ones are RGB(1,1,1). &amp;lt;code&amp;gt;#explore &amp;gt; :first-child {filter:brightness(30);-webkit-filter:brightness(30);-moz-filter:brightness(30);-o-filter:brightness(30);-ms-filter:brightness(30);}&amp;lt;/code&amp;gt; ... See https://twitter.com/BadPhysics/status/669354631869304832 [[Special:Contributions/108.162.249.155|108.162.249.155]] 03:40, 25 November 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
Here are all the secret passages marked I could find: http://imgur.com/a/fKE1Q --[[Special:Contributions/162.158.91.220|162.158.91.220]] 00:50, 25 November 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>Minerguy31</name></author>	</entry>

	</feed>