-
Notifications
You must be signed in to change notification settings - Fork 4
/
puzzleanswers.html
106 lines (97 loc) · 6.16 KB
/
puzzleanswers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html>
<head>
<title>Bitcamp 2017</title>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-MRPP8J');
</script>
<!-- End Google Tag Manager -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="bitcamp">
<meta charset="UTF-8">
<meta property="og:title" content="Bitcamp 2017">
<meta property="og:site_name" content="Bitcamp">
<meta property="og:url" content="http://2017.bit.camp/">
<meta property="og:description" content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and hundreds of fellow campers, you’re in for an amazing time. If you’re ready for an adventure, see you by the fire!">
<meta property="og:image" content="http://2017.bit.camp/img/facebook-share-link.png" />
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://2017.bit.camp/">
<meta name="twitter:title" content="Bitcamp 2017">
<meta name="twitter:description" content="Bitcamp is a place for exploration. You will have 36 hours to delve into your curiosities, learn something new, and make something awesome. With world-class mentors and hundreds of fellow campers, you’re in for an amazing time. If you’re ready for an adventure, see you by the fire!">
<meta name="twitter:image" content="http://2017.bit.camp/img/twitter-share-link.png">
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/index.js"></script>
<link href="http://designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MRPP8J" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<img src="img/bg2day4.png" class="bg" id="7"></img>
<img src="img/bg2day4.png" class="bg" id="6"></img>
<img src="img/bg1dawn4.png" class="bg" id="5"></img>
<img src="img/bg4night4.png" class="bg" id="4"></img>
<img src="img/bg4night4.png" class="bg" id="3"></img>
<img src="img/bg3dusk4.png" class="bg" id="2"></img>
<img src="img/bg2day4.png" class="bg" id="1"></img>
<a style="display:block;max-width:100px;min-width:60px;position:fixed;left:2em;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2017/events?utm_source=na-2017&utm_medium=TrustBadge&utm_campaign=na-2017&utm_content=white" target="_blank"><img id="mlh-trust-badge" src="https://s3.amazonaws.com/logged-assets/trust-badge/2017/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
<div id="content-wrapper">
<div class="opaque-wrapper" style="margin-top: 10em">
<h1 class="heading"> Puzzle Solutions </h1>
<div class="body-text">
<p> Tapping the fire in the Bitcamp app gives a link to <a href="https://jackjackjackjack.herokuapp.com/check"> check your answers. </a>
Giving the right query parameters (mapping puzzle IDs to answers) returns the username and password to a gmail account.
The first person to log into this account won the $50.
</p>
</div>
<h3 class="heading"> I See Big Numbers <code class="puzzle-id">(bignum)</code> </h3>
<div class="body-text">
<p> Each number is an ISBN for a book with a number in its title, part of a series, or somehow associated in another way
(42 for <i>The Hitchhiker's Guide to the Galaxy</i>). Doing the math and converting these numbers to ASCII gives "Sec 106 Row 6".
We put a QR code in the seats that decoded to <b> The Book Thief </b>. </p>
</div>
<h3 class="heading"> Ekrpat Telephone <code class="puzzle-id">(ekrpat)</code></h3>
<div class="body-text">
<p> Each person <a href="https://en.wikipedia.org/wiki/Dvorak_encoding"> Dvorak encodes </a> the previous person's message.
Because this sequence repeats itself every 210 iterations, the answer is the 8th member of the sequence: <b> Decadent Nomad </b>. </p>
</div>
<br>
<h3 class="heading"> Trilingual <code class="puzzle-id">(tri)</code></h3>
<div class="body-text">
<p> The daughters are clues to three programming languages: JavaScript, Brainfuck, and Whitespace. Running the code in the
respective interpreters gives <b> esoteric epsilon ball </b>.
</p>
</div>
<br>
<h3 class="heading"> A Japanese Classic <code class="puzzle-id">(nurikabe)</code></h3>
<div class="body-text">
<p> Solving the Nurikate and reading off the remaining letters produces <b> camp </b>. </p>
</div>
</div>
<div id="contact" class="opaque-wrapper">
<h3 class="contact"> If you have questions or think we made mistake, please <a href="mailto:[email protected]"> email us</a>.
<p class="heading copyright">© 2017 Bitcamp<p>
<p style="font-size: 0.55em">Designed by the Bitcamp Team, built with <i class="fa fa-heart" aria-hidden="true" style="color: #fa9f3a"></i> by <a href="http://terrapinfreelancers.com/" class="footer">Terrapin Freelancers</a>
</p>
</h3>
</div>
</body>
</html>