Played Challenges
Delete the last function argument in python. - 478 entries
Delete the last function argument in this python script.
- Best score: 6
- Best player score: 6
- Position: #70 / 174
- Number of attempts: 3
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: 125
- Position: #40 / 60
- Number of attempts: 2
From brakets to parens - 1249 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: 39
- Position: #167 / 277
- Number of attempts: 1
New teacher - 1501 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 21
- Position: #68 / 314
- Number of attempts: 5
VimGolf