···11+---
22+title: "The Legend of Zelda: Tears of the Kingdom is 10/10"
33+date: 2023-12-07
44+type: blog
55+index: true
66+tags:
77+ - totk
88+ - botw
99+ - NintendoSwitch
1010+ - review
1111+---
1212+1313+export const PercentageRing = ({ percentage }) => {
1414+ let color = "green";
1515+ if (percentage < 50) {
1616+ color = "red";
1717+ }
1818+ if (percentage < 80) {
1919+ color = "yellow";
2020+ }
2121+ return (
2222+ <div className="relative inline-block mt-2 ml-20 md:ml-6">
2323+ <div
2424+ className={`w-36 md:w-48 h-36 md:h-48 bg-bg-2 dark:bg-bgDark-2 border-8 border-${color}-light dark:border-${color}Dark-light rounded-full`}
2525+ >
2626+ <div
2727+ className="absolute top-0 left-0 w-full h-full border-8 border-green-500 rounded-full"
2828+ style={{
2929+ clip: `rect(0, 1em, 1em, ${(percentage / 100) * 2}em)`,
3030+ }}
3131+ ></div>
3232+ </div>
3333+ <div className="absolute inset-0 flex items-center justify-center">
3434+ <span className="text-2xl md:text-4xl font-bold">
3535+ {percentage / 10}/10
3636+ </span>
3737+ </div>
3838+ </div>
3939+ );
4040+};
4141+4242+export const ThreeColumnLayout = ({ children }) => {
4343+ return (
4444+ <div className="flex justify-center not-prose bg-bg-1 dark:bg-bgDark-1 rounded-md w-fit mx-auto md:p-4 p-2">
4545+ <div className="grid grid-cols-1 md:grid-cols-3 max-w-3xl place-items-center flex items-center justify-center">
4646+ {children}
4747+ </div>
4848+ </div>
4949+ );
5050+};
5151+5252+export const Col = ({ title, children }) => {
5353+ return (
5454+ <div
5555+ className={`bg-bg-1 dark:bg-bgDark-1 px-2 h-full place-content-center w-full mx-auto`}
5656+ >
5757+ {title && <h2 className="text-2xl font-semibold mb-2 mt-2">{title}</h2>}
5858+ {children}
5959+ </div>
6060+ );
6161+};
6262+6363+<div className="my-4">
6464+ <XeblogVideo path="video/2023/totk-review" />
6565+</div>
6666+6767+2023 has been full of bangers in the video game department. There have
6868+been so many good games that have been released this year that it's
6969+difficult to actually rate any of them. Much less coming up with a
7070+game that is, "the game of the year". One of the most frustratingly
7171+difficult games to rate has been this year's release of The Legend of
7272+Zelda: Tears of the Kingdom.
7373+7474+Don't get me wrong here. This is actually a really good game on its
7575+own rights. This game is S tier, generation defining, and probably one
7676+of the best games ever made. The main problem with trying to rate this
7777+game is that it's so easy to compare it to the previous release the
7878+Legend of Zelda: Breath of the Wild. It is not fair to the developers
7979+or to the user experience to compare the two games, but they are so
8080+similar that it's almost impossible not to.
8181+8282+The Legend of Zelda: Breath of the Wild was the fire that the industry
8383+needed in order to make open world games fun again. You can see such a
8484+stark difference in the types of open world games that have been
8585+developed and released before Breath of the Wild came out and after
8686+Breath of the Wild came out. The development team behind Breath of the
8787+Wild redefined open-world games so much that it's difficult to express
8888+how they used to be. Even though they were called "open world" games,
8989+they were really just a railroaded set of instructions on how to free
9090+different parts of the place from some nebulous oppressor.
9191+9292+<XeblogPicture path="video/2023/totk-review/Fv5rJa3aMAEJnlV" />
9393+9494+Breath of the Wild changed this. It was a truly open world game. It is
9595+not open world as in you had freedom of movement between objectives.
9696+It is open world as in you are dumped into Hyrule with little to no
9797+context of what's going on and told to kill Ganon. If you wanted to,
9898+you could immediately get through the tutorial and then run to the
9999+castle to kill Ganon in thirty minutes. It takes a lot of restraint in
100100+order to give the player that much freedom.
101101+102102+It is a game that does not drown you in tutorials or "Mega Man, Mega
103103+Man, you have to shoot the enemy with your Mega Buster!" It simply
104104+dumps you into the world, gives you stuff, and shows you that you must
105105+figure it all out for yourself.
106106+107107+After several hundred hours in Breath of the Wild, I have really come
108108+to appreciate this game. It is going to be a special game in my heart
109109+for a long time. It is the defining game of the Switch generation.
110110+111111+This year, Nintendo finally released the sequel to Breath of the Wild,
112112+Tears of the Kingdom after a seven year wait. The Legend of Zelda:
113113+Tears of the Kingdom, takes all of the basic systems from Breath of
114114+the Wild and then enhances them so much that it's almost a completely
115115+separate game.
116116+117117+<XeblogPicture path="video/2023/totk-review/GAstJHraUAApSWx" />
118118+119119+In the process of developing this game, Nintendo fixed core aspects of
120120+interactive world physics like gear interaction. Most of the stuff
121121+that Nintendo casually does in this game is either impossible or
122122+almost unsolved problems in other facets of the gaming industry. You
123123+are able to assemble vehicles that you can ride around without the
124124+vehicles flying apart or turning into physics cannons.
125125+126126+They made the user experience of the game so good that it fades away
127127+to nothing and feels like it should have just been that way the entire
128128+time. This allows them to have a very subtle design that is very
129129+effective for the kind of game they are trying to make, but because it
130130+is so subtle it ends up looking shallow compared to its older brother.
131131+132132+In a difficulty sense, Tears of the Kingdom rests between Breath of
133133+the Wild's normal mode, and master mode from the DLC. When you step
134134+into the world of Hyrule for the first time, you feel utterly
135135+powerless. Relatively minor threats kill you instantly if you're not
136136+careful. Your early weapons are disposable and the game reminds you of
137137+that constantly by taking them away from you almost as soon as you get
138138+them. It is simultaneously all the best parts of open world games and
139139+Dark Souls put into one. In order to survive, you must be clever. You
140140+must take the systems that you are given and use them to your
141141+advantage in order to thrive.
142142+143143+<XeblogPicture path="video/2023/totk-review/GAsr5e4bsAAnJSj" />
144144+145145+And then they give you systems that allow you to break the game in
146146+amazing ways while still retaining balance. One of the main examples
147147+of this is the Fuse ability. Fuse lets you connect objects to your
148148+weapons, arrows, and shields.
149149+150150+This is a very subtle tool that allows you to get away with a lot of
151151+crazy things. One of the main weaknesses of Breath of the Wild was the
152152+lack of variety in weapons. There were a bunch of archetypes of
153153+weapons and some minor ways that they could be modified. But
154154+realistically there were only 40 weapons in the entire game. Some of
155155+those weapons were useful, others were situational, some were
156156+obviously joke weapons. But overall, everybody had the same build by
157157+the end of the game.
158158+159159+Tears of the Kingdom expands Link's arsenal through a method that can
160160+only be described as combinatorial explosion. If you have a wooden
161161+stick and a Korok leaf, you can combine them to create a weapon that
162162+allows you to blow away enemies; much like the Korok leaf from the
163163+first game, except you can make this one single-handed.
164164+165165+<XeblogPicture path="video/2023/totk-review/GAssF3raYAAlYa6" />
166166+167167+As an example, consider how the Korok leaf works in Breath of the Wild.
168168+169169+This weapon is a random drop from trees when you cut them down. It is
170170+a situational tool that led to you blow away enemies off of cliffs and
171171+kill them instantly, but when you hit enemies with it, it only does
172172+one damage. One of the main annoyances about pulling this thing out is
173173+that it's a two-handed weapon, so you can't have a shield active. This
174174+means that this weapon is simultaneously overpowered and balanced
175175+because you can use it to do amazing things situationally.
176176+177177+Now consider the same weapon in Tears of the Kingdom. In tears of the
178178+kingdom, the Korok leaf is not a bespoke weapon, it is a part that can
179179+be fused to other weapons. Including arrows.
180180+181181+This is a very subtle change that allows you to get away with a lot of
182182+fun. Before you could only use the Korok leaf to blow away enemies
183183+that were close to you. But now that you can attach them to arrows,
184184+you can use them to blow away enemies from anywhere. If you attach it
185185+to a wooden stick, you now have the ability to blow away enemies
186186+without giving up your shield.
187187+188188+Now consider this level of customization but for everything in the
189189+game. This means that everybody's endgame build is entirely different.
190190+191191+<XeblogPicture path="video/2023/totk-review/FwC9heWaQAALpEw" />
192192+193193+One of the other big things that they fixed in tears of the kingdom
194194+was Link's movement. Breath of the Wild has a fantastic movement
195195+system. A lot of the time when you're playing the game, you don't even
196196+notice that there's a movement system involved. However, when you get
197197+to the point where you beat the first dungeon, you unlock the ability
198198+called Revali's Gale. This allows you to create a jetstream that
199199+pushes you upward and makes a lot of the climbing irrelevant.
200200+201201+I'm not going to deny, this change does actually make the game a bit
202202+more fun in a lot of ways. It removes a lot of the boring parts of
203203+climbing. It means that it's easier to get up taller spaces. But you
204204+end up having to wait for it to recharge. This means that a lot of
205205+your time is spent running around and waiting so that you can fly
206206+upwards again and then run around some more.
207207+208208+Tears of the kingdom fixes this by removing Revali's Gale and instead
209209+giving you tools that you can use to craft a better climbing build.
210210+They added sticky lizards which let you build potions that increase
211211+your adherence to surfaces. They also buffed the climbing gear so that
212212+it gives you more speed than it used to. And movement speed potions
213213+still work as normal. This makes climbing more fun than Revali's gale,
214214+but it does require a lot of work to get there.
215215+216216+At the same time though, they did give you the ability to make
217217+climbing even more powerful through the use of Ultrahand. Ultrahand is
218218+a tool that lets you combine objects into vehicles and then ride them.
219219+This can let you turn a couple of fans and a control stick into a
220220+hover bike that lets you fly around wherever you want.
221221+222222+<XeblogPicture path="video/2023/totk-review/GAsrbIrbgAAIO22" />
223223+224224+At some level, this bike is literally just two fans, a control stick,
225225+and some clever placement. It is fairly trivial to make, very cheap in
226226+terms of the Zonaite that it costs to create it, and it is the best
227227+tool to fly around Hyrule with. But when you are using it, you are
228228+both completely defenseless and you are limited by the battery that
229229+you have.
230230+231231+This is much better than Revali's Gale ever was because it is not just
232232+a cheap tool that removes all of the fun of movement. This lets you
233233+finesse your own way to creating a better way to move things. This is
234234+something that you can use to create your own fun.
235235+236236+Now that I'm going through the motion of writing all of this out, I
237237+wonder if a lot of the reasons why I don't want to call Tears of the
238238+Kingdom one of the best games of all time is because I have nostalgia
239239+for the first game in the series. Breath of the Wild was such an
240240+amazing and expansive game that it really changed what video games
241241+mean to me. Tears of the kingdom is a fantastic game, but because of
242242+all of this nostalgia for the first game, I don't know if it's really
243243+ever going to be able to compare.
244244+245245+The two games complement each other perfectly. One is a sonnet of
246246+possibilities. The other is a swan song of progress. They are both
247247+amazing games in completely different ways. I will be playing both of
248248+these games for years to come, and I can't wait to eventually 100% my
249249+Tears of the Kingdom file.
250250+251251+<ThreeColumnLayout>
252252+ <Col>
253253+ <PercentageRing percentage={100} />
254254+ </Col>
255255+ <Col title="Pros">
256256+ <ul className="list-disc list-inside">
257257+ <li>Game of the year material</li>
258258+ <li>Total mechanical freedom</li>
259259+ <li>Flawless execution</li>
260260+ </ul>
261261+ </Col>
262262+ <Col title="Cons">
263263+ <ul className="list-disc list-inside">
264264+ <li>Too easy to compare to Breath of the Wild</li>
265265+ <li>Aging Switch hardware could use a refresh</li>
266266+ </ul>
267267+ </Col>
268268+</ThreeColumnLayout>
269269+270270+The Legend of Zelda: Tears of the Kingdom is my open world game of the
271271+year for 2023. It is a 10 out of 10 experience. It's something that is
272272+well worth owning and worth the $70 price tag. If you have a Switch,
273273+you should definitely pick it up. If you don't have a switch already,
274274+you should buy one just to play Breath of the Wild and Tears of the
275275+Kingdom.