Played Challenges
Delete the last function argument in python. - 420 entries
Delete the last function argument in this python script.
- Best score: 6
- Best player score: 6
- Position: #15 / 152
- Number of attempts: 2
Convert list of enums to list of localization terms - 182 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: 141
- Position: #50 / 59
- Number of attempts: 1
From brakets to parens - 1228 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: 26
- Position: #81 / 272
- Number of attempts: 8
Change class fields from camel case to snake case - 643 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 25
- Position: #94 / 147
- Number of attempts: 5
VimGolf