Played Challenges
Convert list of enums to list of localization terms - 183 entries
While making my game Piloteer, I had a large list of TaskTypes and needed to convert them to an equivalent list of localization terms, to be used when translating the game's text into different languages.
- Best score: 75
- Best player score: 99
- Position: #15 / 60
- Number of attempts: 2
Create json from a .env file - 1648 entries
A simple everyday task.
- Best score: 38
- Best player score: 86
- Position: #327 / 403
- Number of attempts: 1
Reordering properties - 1308 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: 24
- Position: #14 / 293
- Number of attempts: 22
Change class fields from camel case to snake case - 651 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 18
- Position: #44 / 149
- Number of attempts: 8
Change class fields from snake case to camel case - 318 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #68 / 120
- Number of attempts: 5
Reorganize Pokémon - 858 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #41 / 235
- Number of attempts: 7
Convert plain text into a markdown table - 102 entries
Convert the table to markdown to make it more usable
- Best score: 56
- Best player score: 56
- Position: #5 / 33
- Number of attempts: 6
Append leading hyphen count to each line - 141 entries
Append the number of leading hyphens to the end of each line.
- Best score: 23
- Best player score: 23
- Position: #9 / 40
- Number of attempts: 5
Markdown Blog Editing - 476 entries
Convert the given link text in start file to a markdown link list.
- Best score: 30
- Best player score: 30
- Position: #13 / 113
- Number of attempts: 11
VimGolf