Skip to content

Commit 7ff55dc

Browse files
Fix link
1 parent bfff0ef commit 7ff55dc

File tree

1 file changed

+6
-6
lines changed
  • content/posts/dota-compendium-2024-quest

1 file changed

+6
-6
lines changed

content/posts/dota-compendium-2024-quest/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,26 @@ tags:
1515

1616
## Introduction
1717

18-
I have been playing games for a while, and it has been usually FPS games, where it started from CS1.6 to CSGO for more than 3,000 hours and playing Valorant for 2 more years, and a couple of other ones, and at some point I realized I need to try some new style and started playing dota 2.
18+
I have been playing games for a while, and it has been usually FPS games, where it started from CS1.6 to CSGO for more than 3,000 hours and playing Valorant for 2 more years, and a couple of other ones, and at some point I realized I need to try some new style and started playing dota 2.
1919

2020
My first-ever game of Dota 2 was at around May 2022, where I had no idea what I was doing and why I was doing it, those 5 games I remember closing them in between and had no idea what to build by looking at the items in the shop. For context, Dota has around 125 heroes and understanding all the heroes takes significant amount of time, and even on top of it when I saw Rubick hero, which steals other hero's spells, I was so impressed by the game design and I devoted a major amount of time understanding and tried being good at it.
2121

2222
## The Journey Through Time
2323

2424
<aside>
2525
<h4>Source Code</h2>
26-
<p>All the visualization/animation is done via Python, you can have a look at notebook with all the code present: [dota2-player-analysis.ipynb](/notebooks/dota2-player-analysis)</p>
26+
<p>All the visualization/animation is done via Python, you can have a look at notebook with all the code present: <a href="/notebooks/dota2-player-analysis">dota2-player-analysis.ipynb</a></p>
2727
</aside>
2828

2929
### Overall winrate progression
3030

3131
If you notice, initially, for a few 100 games, I struggled understanding the game because of which my net wins were in negative. But slowly, I started winning more than losses because of which win rate did increase and got almost linear thereafter.
3232

33-
{{< rawhtml >}}
33+
{{< rawhtml >}}
3434

3535
<video width=100% controls autoplay>
3636
<source src="imgs/dota2-progression.mp4" type="video/webm">
37-
Your browser does not support the video tag.
37+
Your browser does not support the video tag.
3838
</video>
3939

4040
{{< /rawhtml >}}
@@ -93,7 +93,7 @@ View it in fullscreen for better experience
9393

9494
<video width=100% controls autoplay>
9595
<source src="imgs/dota2-dynamic-animation.mp4" type="video/webm">
96-
Your browser does not support the video tag.
96+
Your browser does not support the video tag.
9797
</video>
9898

9999
### Heroes played by their attributes
@@ -165,4 +165,4 @@ Hackerman moment
165165

166166
<img src="imgs/bonus-image.png" alt="Dota 2 Hero attributes" />
167167

168-
{{< time-mountain data="[{\"date\": \"03 Oct\", \"hours\": 0.01, \"position\": 3.0}, {\"date\": \"07 Oct\", \"hours\": 0.02, \"position\": 20.0}, {\"date\": \"10 Oct\", \"hours\": 0.05, \"position\": 28.5}, {\"date\": \"14 Oct\", \"hours\": 0.01, \"position\": 37.0}, {\"date\": \"21 Oct\", \"hours\": 1.71, \"position\": 54.0}, {\"date\": \"22 Oct\", \"hours\": 2.99, \"position\": 62.5}, {\"date\": \"23 Oct\", \"hours\": 1.97, \"position\": 71.0}, {\"date\": \"24 Oct\", \"hours\": 3.73, \"position\": 79.5}, {\"date\": \"25 Oct\", \"hours\": 1.21, \"position\": 88.0}]" >}}
168+
{{< time-mountain data="[{\"date\": \"03 Oct\", \"hours\": 0.01, \"position\": 3.0}, {\"date\": \"07 Oct\", \"hours\": 0.02, \"position\": 20.0}, {\"date\": \"10 Oct\", \"hours\": 0.05, \"position\": 28.5}, {\"date\": \"14 Oct\", \"hours\": 0.01, \"position\": 37.0}, {\"date\": \"21 Oct\", \"hours\": 1.71, \"position\": 54.0}, {\"date\": \"22 Oct\", \"hours\": 2.99, \"position\": 62.5}, {\"date\": \"23 Oct\", \"hours\": 1.97, \"position\": 71.0}, {\"date\": \"24 Oct\", \"hours\": 3.73, \"position\": 79.5}, {\"date\": \"25 Oct\", \"hours\": 1.21, \"position\": 88.0}]" >}}

0 commit comments

Comments
 (0)