forked from CBSmashClub/CBSmashClub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharacters.html
161 lines (143 loc) · 9.81 KB
/
characters.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
<!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 - Choosing a Character</title>
<!-- Bootstrap CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- 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" role="navigation">
<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="index.html">
<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="index.html"></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.html">Intro</a></li>
<li><a href="#page-top" class="page-scroll">Characters</a></li>
<li><a href="neutral_and_combo.html">Neutral & Combo</a></li>
<li><a href="basic_tech.html">Basic Tech</a></li>
</ul>
</li>
<li>
<a href="ruleset.html">Ruleset</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="intro_characters">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1>Maining a Character</h1>
<p class="light_text">In the world of Super Smash Brothers, you have a diverse and unique roster of Nintendo’s finest characters to play as. It can be difficult to find a character to devote your time to. So how do you choose just one character to main? From pros to beginners, players usually have three criteria to select a character. Depending on your goals as a player, some of these criteria may appeal to you more than others, but ultimately, these are just guidelines to help you pick a character!</p>
</div>
</div>
</div>
</div>
</header>
<section id="characters_solo" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-6 col-md-9 col-sm-10 col-lg-offset-2">
<h2>Why solo-main?</h2>
<p>You might have noticed that it is suggested that you main a character. While it can be good to take a break from just playing one character, dedicating time to just one character allows for them to be more developed than spreading your time across multiple characters. Ultimately, maining a character is a time investment, and you’ll see better improvement and growth when committing to one character than not. It’s also better to learn your character’s matchups and learn how to deal with their weaknesses as you’ll become a more balanced player.</p>
</div>
<div class="col-lg-2 col-md-3 col-sm-2">
<h2> </h2>
<img src="img/solo_main.png" alt="" class="img-circle img-responsive" style="max-height:210px">
</div>
</div>
</div>
</section>
<section id="characters_strengths" class="content-section text-left">
<div class="characters_strengths-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>For their strengths</h2>
<p class="light_text">While choosing the best characters will not make you instantly good at the game, it can certainly help you find success. The top tiers of a game have better tools to win, which is helpful, as most people don’t like losing. It’s important to understand that this shouldn’t isolate you to one character, as the best players in the world have been successful with a variety of characters, all with different degrees of viability. This factor appeals more to competitive natured players who want nothing to hinder their growth.</p>
<p class="light_text">Examples of competitively strong characters are: <img src="img/character_icons/FoxOriginal.png" alt=""> <img src="img/character_icons/FalcoOriginal.png" alt=""> <img src="img/character_icons/MarthOriginal.png" alt=""> <img src="img/character_icons/SheikOriginal.png" alt=""> <img src="img/character_icons/JigglyPuffOriginal.png" alt=""> <img src="img/character_icons/PeachOriginal.png" alt=""> <img src="img/character_icons/IceClimbersOriginal.png" alt=""> <img src="img/character_icons/CaptainFalconOriginal.png" alt=""></p>
</div>
</div>
</div>
</section>
<section id="characters_playstyle" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-5 col-md-6 col-sm-7 col-lg-offset-2">
<h2>For their playstyle</h2>
<p>It is important to pick a character that fits your playstyle, as you wouldn’t want to be stuck with a character you don’t like playing. Some examples of playstyles that you might enjoy include a rush-down style with Falco, where you can run in with a dair or nair to lead into swanky shine combos, or a more defensive style with Samus, where you can punish your enemy for making mistakes, rewarding your patience. Of course, that’s not to say that characters or you as a player are limited to a specific playstyle, but some characters lend themselves to a certain playstyle better than others.</p>
<p>Examples of aggressive characters are: <img src="img/character_icons/FoxOriginal.png" alt=""> <img src="img/character_icons/FalcoOriginal.png" alt=""> <img src="img/character_icons/CaptainFalconOriginal.png" alt=""><br>Examples of defensive characters are: <img src="img/character_icons/SheikOriginal.png" alt=""> <img src="img/character_icons/JigglyPuffOriginal.png" alt=""> <img src="img/character_icons/PeachOriginal.png" alt=""> <img src="img/character_icons/SamusOriginal.png" alt=""></p>
</div>
<div class="col-lg-3 col-md-6 col-sm-5">
<h2> </h2>
<img src="img/playstyle.gif" alt="" class="img-responsive">
</div>
</div>
</div>
</section>
<section id="characters_fun" class="content-section text-left">
<div class="characters_fun-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>For fun</h2>
<p class="light_text">While this might appeal more to casual audiences, it’s also important to consider whether you have fun with the character. If you’re not having fun with your character, that’s reason enough to pick up a character you do have fun with. After all, this is a video game, and video games are meant to be enjoyed. Some players also resonate with a character’s lore, and their personality. Keep in mind that if losing is the reason for not having fun, practice may prevail. In my opinion, this is the most important factor to selecting a main.</p>
</div>
</div>
</div>
</section>
<section id="characters_wrapup" class="container content-section text-left">
<div class="row">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Wrap-up</h2>
<p>It’s good to try out many different characters before you settle on your main, as you might find a new character or playstyle that you like. Even if you do decide to change characters later on, hopefully this guide is helpful in selecting your main!</p>
</div>
</div>
</div>
</section>
<footer>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap JavaScript -->
<script src="vendor/bootstrap/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>