Played Challenges
From brakets to parens - 802 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: 25
- Position: #16 / 182
- Number of attempts: 10
π - 237 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #9 / 60
- Number of attempts: 6
Create json from a .env file - 1456 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #23 / 339
- Number of attempts: 21
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: 40
- Position: #43 / 260
- Number of attempts: 14
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: 26
- Position: #84 / 127
- Number of attempts: 17
VimGolf