-
Notifications
You must be signed in to change notification settings - Fork 1
/
extras.html
204 lines (185 loc) · 12 KB
/
extras.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>CB Smash Club - Extras</title>
<!-- Bootstrap CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/SmashClub.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="https://cbsmashclub.github.io/">
<i class="fa fa-gamepad"></i> <span class="light">CB</span> SMASH CLUB
</a>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="hidden">
<a href="https://cbsmashclub.github.io/"></a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Tutorials & Guides <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="smash_intro">Intro</a></li>
<li><a href="characters">Characters</a></li>
<li><a href="neutral_and_combo">Neutral & Combo</a></li>
<li><a href="basic_tech">Basic Tech</a></li>
</ul>
</li>
<li>
<a href="ruleset">Ruleset</a>
</li>
<li>
<a href="about">About</a>
</li>
<li>
<a href="#page-top" class="page-scroll">Extras</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="intro_gallery">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Extras</h1>
<p class="light_text">This is basically a list of resources I did not have time to include in a more appealing manner. Many of these resources are extremely useful, though you are still able to find success in Super Smash Bros. by just playing without these resources.
<br><br><a class="page-scroll" href="#extras_playing">Playing Smash</a> - <a class="page-scroll" href="#extras_improvement">Improvement</a> - <a class="page-scroll" href="#extras_information">Information</a> - <a class="page-scroll" href="#extras_resources">Resources</a> - <a class="page-scroll" href="#extras_competitive">Competitive</a> - <a class="page-scroll" href="#extras_discussion">Discussion</a></p>
</div>
</div>
</div>
</div>
</header>
<section id="extras_playing" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Playing</h2>
<p><a href="https://www.smashladder.com/guides/view/26tx/melee-dolphin-build-fastermelee-v4-4">A guide to netplay for Melee</a>, which allows you to play Melee online with other people, or offline, on a computer. Note that you will need an adapter (such as <a href = "https://www.amazon.ca/MayFlash-GameCube-Controller-Adapter-Wii/dp/B00RSXRLUE">this one</a>), and that you will need a fairly powerful computer.
<br><br>
<a href="https://www.smashladder.com/">Smash Ladder</a>, an online matchmaking system for netplay.
<br><br>
<a href="https://www.amazon.ca/Nintendo-of-Canada-RVL-001/dp/B0009VXBAQ/">The Nintendo Wii Console</a>.
<br><br>
<a href="https://www.reddit.com/r/WiiHacks/comments/2psisn/nintendont_for_wii_not_wii_u_a_guide_for_playing/">A guide to hacking your Wii to play Gamecube isos</a>. (Please only do this if you are not able to find a physical copy of Melee, or it does not read discs properly. We are not responsible if you damage your Wii or get DMCA'd for pirating.)
<br><br>
<a href="https://www.amazon.ca/Nintendo-Super-Classic-Gamecube-Controller/dp/B00O9GW8TC/">A Gamecube Controller</a>. Note that Japan imported white non-Smash logo Gamecube controllers are of the best quality (aside from modded ones, which are in a grey area regarding tournament legality), but any will do. For best results, get any first-party Gamecube Controller.
</p>
</div>
</div>
</div>
</section>
<section id="extras_improvement" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Improvement</h2>
<p><a href="https://docs.google.com/document/d/1U88LrFmUKTqz_VXnNxGgzAO_sQIXoNDNCzpWcBEzcZQ">A guide on practicing.</a>
<br><br>
<a href="https://docs.google.com/document/d/1znTym0GSnxQDKXbIV2TlDeTIvClIo1jPovAQIVTE5wU/edit">A list of attacks and techs</a>, accompanied with descriptions.
<br><br>
<a href="https://www.youtube.com/playlist?list=PLQRQYzKDzrDrFarY3bOetVqixpdMdS-7K">A youtube playlist</a> of the advanced techs of every character, as well as general techs (February 2017). Note that the list is not fully exhaustive, but has more than enough information. It can also help in choosing a character to main.
<br><br>
<a href="https://www.youtube.com/channel/UC46ZTid4t2ctB6osM0WTiJA/videos">SSBM Tutorials</a>, a youtube channel full of videos on improving and techniques to implement.
</p>
</div>
</div>
</div>
</section>
<section id="extras_information" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Information</h2>
<p><a href="https://www.ssbwiki.com/">SmashWiki</a>, a wiki with various information about the game. Note that some information may be incorrect or outdated.
<br><br>
<a href="https://play.google.com/store/apps/details?id=com.thatkawaiiguy.meleehandbook&hl=en">Handbook for Melee</a>, an android app with various information and frame data about Melee.
<br><br>
<a href="http://ikneedata.com/">I Knee Data</a>, a website with various information on melee.
<br><br>
<a href="http://ikneedata.com/calculator">I Knee Data's calculator</a>, a web app that can calculate the knockback and trajectories of every move with every condition you can think of.
</p>
</div>
</div>
</div>
</section>
<section id="extras_resources" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Resources</h2>
<p><a href="https://www.reddit.com/r/smashbros/wiki/index">The /r/Smashbros wiki</a>, filled with various information about the game, links to discussions, and competitive information.
<br><br>
<a href="https://www.reddit.com/r/SSBM/wiki/index">The /r/SSBM wiki</a>, which is the above, but more focused on Melee.
<br><br>
<a href="https://smashboards.com/threads/the-20xx-melee-training-hack-pack-v4-05-update-3-17-16.351221/">The 20XX Melee Training Hack Pack</a>, a mod that can help solo practice (or even regular practice). Note that this mod is generally not legal at tournaments. Also, v3.02 may be of more use than v4.05 in some cases.
<br><br>
<a href="http://www.20xx.me/">20XX TE</a>, another mod that is meant for streamlining tournament setups, but can also be used for practice. A key feature is the replay feature, which can allow you to analyze your own gameplay to fix your mistakes.
</p>
</div>
</div>
</div>
</section>
<section id="extras_competitive" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Competitive</h2>
<p><a href="https://www.youtube.com/playlist?list=PLoUHkRwnRH-IXbZfwlgiEN8eXmoj6DtKM/">The Smash Brothers Documentary Series</a>, a series of videos documenting the competitive history of Melee from its birth to late 2013.
<br><br>
<a href="http://wiki.teamliquid.net/smash/Main_Page">The Smash Liquidpedia</a>, a wiki focusing on competitive Smash.
<br><br>
<a href="https://docs.google.com/document/d/1U88LrFmUKTqz_VXnNxGgzAO_sQIXoNDNCzpWcBEzcZQ/edit">A guide on attending tournaments.</a>
<br><br>
<a href="https://www.twitch.tv/vgbootcamp">VGBootCamp's stream</a>, a Twitch stream that focuses on competitive smash content. Note that many other tournament and individual player streams exist as well!
</p>
</div>
</div>
</div>
</section>
<section id="extras_discussion" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Discussion</h2>
<p><a href="https://www.reddit.com/r/smashbros/">The /r/Smashbros subreddit</a>, which has discussion on gameplays, tournaments, and Smash-related news.
<br><br>
<a href="https://www.reddit.com/r/SSBM/">The /r/SSBM subreddit</a>, which is more focused on Melee and gameplay.
<br><br>
<a href="https://smashboards.com/">SmashBoards</a>, a forum with discussion and various resources and information.
<br><br>
<a href="http://smashcords.com/">Smashcords</a>, a list of Smash-related discord servers.
</p>
</div>
</div>
</div>
</section>
<footer>
</footer>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/SmashClub.js"></script>
</body>
</html>