Played Challenges
From brakets to parens - 807 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 29
- Position: #72 / 184
- Number of attempts: 12
Create json from a .env file - 1463 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #18 / 340
- Number of attempts: 11
Reordering properties - 1110 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 71
- Position: #116 / 260
- Number of attempts: 1
YAML to dotenv - 1349 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #44 / 283
- Number of attempts: 10
Swap columns and transform to CSV format - 407 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #60 / 150
- Number of attempts: 3
Fix the Scala Method - 296 entries
Fix the missing semicolons and the Int type, ensure the floating point division, and remove the unnecessary return.
- Best score: 2
- Best player score: 22
- Position: #38 / 94
- Number of attempts: 5
Change class fields from camel case to snake case - 547 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 22
- Position: #70 / 127
- Number of attempts: 3
CaN yOuR ViM dO ThAt? #2 - 84 entries
Tsoding's famous "Can your Vim do that?" https://www.youtube.com/watch?v=F4xc4jQO7ck&t=1429s
- Best score: 49
- Best player score: 52
- Position: #9 / 21
- Number of attempts: 6
CaN yOuR ViM dO ThAt? #1 - 254 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 42
- Position: #26 / 99
- Number of attempts: 5
Markdown Blog Editing - 451 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 46
- Position: #56 / 105
- Number of attempts: 1
VimGolf