Played Challenges
Convert list of enums to list of localization terms - 20 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: 86
- Best player score: 86
- Position: #1 / 9
- Number of attempts: 5
From brakets to parens - 712 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: #4 / 161
- Number of attempts: 4
π - 211 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #2 / 55
- Number of attempts: 1
Move list of uuids into a SQL query - 214 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 63
- Position: #23 / 69
- Number of attempts: 1
Mirror image - 123 entries
Add the second eye
- Best score: 15
- Best player score: 20
- Position: #11 / 36
- Number of attempts: 3
Python dataclasses - 1229 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 19
- Position: #82 / 308
- Number of attempts: 1
citizen_hacks_2019_part2 - 35 entries
For the Citizen Hacks 2019 Vim competition
- Best score: 40
- Best player score: 40
- Position: #1 / 13
- Number of attempts: 1
VimGolf