Played Challenges
Flip All Bits - 313 entries
Perform a bitwise NOT operation on each bit, meaning that bits that are 0 become 1, and those that are 1 become 0.
- Best score: 26
- Best player score: 29
- Position: #9 / 100
- Number of attempts: 3
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: #46 / 149
- Number of attempts: 3
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: #70 / 120
- Number of attempts: 2
Case matching substitution - 89 entries
Swap every "lorem" for "ipsum", keeping the letter cases the same.
- Best score: 31
- Best player score: 34
- Position: #8 / 21
- Number of attempts: 6
Rural Post - 4595 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #496 / 1121
- Number of attempts: 2
Simple text editing with Vim - 13526 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #769 / 3879
- Number of attempts: 2
VimGolf