-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.html
67 lines (67 loc) · 3.84 KB
/
resources.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Resources for Beginners · MIT Mystery Hunt / Puzzle Club</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&family=Syncopate:wght@700&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/style.css" type="text/css" />
<meta
name="description"
content="The MIT Mystery Hunt is an internationally renowned puzzle competition which takes place every January on MIT campus and attracts hundreds of participants from all over the world."
/>
<meta property="og:image" content="/images/header-coin.png" />
<meta
property="og:description"
content="The MIT Mystery Hunt is an internationally renowned puzzle competition which takes place every January on MIT campus and attracts hundreds of participants from all over the world."
/>
</head>
<body>
<div id="header"></div>
<main id="main">
<!-- NOTE: Don't edit this page directly! View the README on the Github. -->
<h1>Resources for Beginners</h1>
<p>If you are just starting as a solver in the MIT Mystery Hunt, some of the resources below may prove useful. We have included some readings on the general art of puzzle solving, and links to a few selected puzzles that you can use for practice.</p>
<h2>Introductions</h2>
<ul>
<li><a href="https://missionstreetpuzzles.com/beginners-guide/">Beginner's Guide</a>, from Mission Street</li>
<li><a href="http://www.puzzledpint.com/files/3513/8254/7894/2013_10_22_Puzzling_Basics_Infographic.pdf">Puzzling Basics</a>, from Puzzled Pint</li>
<li><a href="https://blog.vero.site/post/puzzlehunts">Introduction to Puzzlehunts</a>, by Brian Chen</li>
<li>Left Out recorded their 2020 How to Hunt Workshop:<ul>
<li><a href="https://youtu.be/rMFi4wVVr7Y">Part 1: Introduction</a></li>
<li><a href="https://youtu.be/jl0nJ7hGaWk">Part 2: Sample Puzzle</a></li>
<li><a href="https://youtu.be/NEahuwsfhAQ">Part 3: Sample Puzzle cont’d</a></li>
<li><a href="https://youtu.be/lv0F0kTMBL0">Part 4: Meta Puzzles</a></li>
<li><a href="https://youtu.be/RwMRxM3FngU">Part 5: Tech Tools</a></li>
<li><a href="https://youtu.be/UuSjhAieAbM">Part 6: Tech Tools cont’d</a></li>
</ul>
</li>
<li><a href="https://www.youtube.com/watch?v=z9OHLnIEegI">How to Hunt Workshop</a> from One Fish, Two Fish, Random Fish, Blue Fish in 2016</li>
</ul>
<h2>Other Readings</h2>
<ul>
<li><a href="https://www.mezzacotta.net/puzzle/guide.php">Puzzle Solving Guide</a>, from mezzacotta</li>
<li><a href="resources/haveyoutried.pdf">Acme's "Have You Tried" (PDF)</a>, by ACME</li>
<li><a href="resources/thinkingaboutpuzzles.html">Thinking About Puzzles</a>, by Allen Rabinovich</li>
<li><a href="http://www.theatlantic.com/past/docs/issues/puzzclue.htm">The Atlantic's Guide to Solving Cryptic Clues</a>, <em>The Atlantic Monthly</em></li>
<li><a href="http://www.archimedes-lab.org/sarcone_rules.html">Sarcone and Waeber's Rules to Puzzle Solving</a>, <em>Archimedes-lab.org</em></li>
<li><a href="https://beta.vero.site/try">betaveros's "Have You Tried"</a></li>
<li><a href="https://2021.teammatehunt.com/have-you-tried">teammate Hunt's "Have You Tried"</a></li>
</ul>
<h2>Selected Puzzles</h2>
<p>To be added soon!</p> </main>
<div id="footer"></div>
</body>
<script type="module" src="/package.js"></script>
<script type="module" src="/Header.js"></script>
<script type="module" src="/Nav.js?1"></script>
<script type="module" src="/Title.js"></script>
<script type="module" src="/Toggle.js"></script>
<script type="module" src="/Footer.js"></script>
<script type="module" src="/main.js"></script>
</html>