Editing Talk:1608: Hoverboard

Jump to: navigation, search
Ambox notice.png Please sign your posts with ~~~~

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 69: Line 69:
 
(new Image).src = "//xkcd.com/events.gif?coins=" + L + "&seconds=" + z;
 
(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. {{unsigned ip|141.101.80.87}}
 
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. {{unsigned ip|141.101.80.87}}
:It actually returns a 1 by 1 pixel white GIF. [[User:Arch-TK|Arch-TK]] ([[User talk:Arch-TK|talk]]) 13:14, 25 November 2015 (UTC)
+
: It actually returns a 1 by 1 pixel white GIF. [[User:Arch-TK|Arch-TK]] ([[User talk: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? [[User:Bon|Bon]] ([[User talk:Bon|talk]]) 11:03, 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? [[User:Bon|Bon]] ([[User talk: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? [[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)
:Search for any missing things in the complete [[1608: Hoverboard/Transcript]], and you shall find what you seek. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:40, 16 December 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)
 
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)
Line 80: Line 79:
 
I was not able to get to some points because they were surrounded by text, people or other objects. Is that normal, or are there tricks to get to every coin without using cheats (console)? It would be nice if this could be mention / explained in the article. [[Special:Contributions/162.158.135.35|162.158.135.35]] 13:31, 25 November 2015 (UTC)
 
I was not able to get to some points because they were surrounded by text, people or other objects. Is that normal, or are there tricks to get to every coin without using cheats (console)? It would be nice if this could be mention / explained in the article. [[Special:Contributions/162.158.135.35|162.158.135.35]] 13:31, 25 November 2015 (UTC)
 
:In some cases you can come in from the side as opposed to trying to come down through or up through something. Example: at the X-Wing "gas station", to get that coin, land on the ground to the left of the X-Wing and move to the right on the ground towards the gas station. [[User:Jarod997|Jarod997]] ([[User talk:Jarod997|talk]]) 14:45, 25 November 2015 (UTC)
 
:In some cases you can come in from the side as opposed to trying to come down through or up through something. Example: at the X-Wing "gas station", to get that coin, land on the ground to the left of the X-Wing and move to the right on the ground towards the gas station. [[User:Jarod997|Jarod997]] ([[User talk:Jarod997|talk]]) 14:45, 25 November 2015 (UTC)
::No text is solid! You can use the full [[1608: Hoverboard/Transcript]] to find out how to get to every coin and place (or the great map linked at the top). --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:40, 16 December 2015 (UTC)
 
  
 
The list of "areas" in the map would be much easier to read, and much easier to correlate with the map, if the origin were set to the starting area (that is, if the coordinates of the starting area were set to x:0, y:0).  What is the reason for the very large numbers?  --[[User:BlueMoonlet|BlueMoonlet]] ([[User talk:BlueMoonlet|talk]]) 15:50, 25 November 2015 (UTC)
 
The list of "areas" in the map would be much easier to read, and much easier to correlate with the map, if the origin were set to the starting area (that is, if the coordinates of the starting area were set to x:0, y:0).  What is the reason for the very large numbers?  --[[User:BlueMoonlet|BlueMoonlet]] ([[User talk:BlueMoonlet|talk]]) 15:50, 25 November 2015 (UTC)
 
: The large numbers are the actual ones used by the game code and displayed by the hacked-up "radar" so it was a natural choice to use them as they are. We could define some origin and count coordinates from it but we would have to agree on its position and then change the "radar" code and recalculate all coordinates written down already. -- [[Special:Contributions/162.158.90.224|162.158.90.224]] 08:53, 27 November 2015 (UTC)
 
: The large numbers are the actual ones used by the game code and displayed by the hacked-up "radar" so it was a natural choice to use them as they are. We could define some origin and count coordinates from it but we would have to agree on its position and then change the "radar" code and recalculate all coordinates written down already. -- [[Special:Contributions/162.158.90.224|162.158.90.224]] 08:53, 27 November 2015 (UTC)
::Coordinates is not very helpful to most people. It should more be in relation to the objects you pass. Either you just look at one of the maps (and then past the pyramid or in the volcano makes sense) or else you actually try the real experience, and again after the ocean comes a pyramid makes more sense than coordinates. Have moved this section to a trivia section. The table should be build differently. That is still work to be done. All things are at the moment mentioned in the complete [[1608: Hoverboard/Transcript]]. --[[User:Kynde|Kynde]] ([[User talk:Kynde|talk]]) 17:40, 16 December 2015 (UTC)
 
  
 
The starting area is in no way related to pac-man. The lines are not all right angles, there is a timer, there's gravity, there are no aggressors, you're collecting coins instead of pellets.... Not every line maze is pac-man. This is an erroneous reference that should be removed. --[[Special:Contributions/198.41.235.167|198.41.235.167]] 17:16, 25 November 2015 (UTC)
 
The starting area is in no way related to pac-man. The lines are not all right angles, there is a timer, there's gravity, there are no aggressors, you're collecting coins instead of pellets.... Not every line maze is pac-man. This is an erroneous reference that should be removed. --[[Special:Contributions/198.41.235.167|198.41.235.167]] 17:16, 25 November 2015 (UTC)

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)