Played Challenges
Put a newline after every 10 lines in vim - 1348 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #200 / 458
- Number of attempts: 1
Wikitext headings to markdown - 781 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 31
- Position: #113 / 172
- Number of attempts: 3
hello-world-vimgolf - 1986 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #75 / 565
- Number of attempts: 6
Solve anagram with ASCII letters - 31 entries
ASCII created by TOIlet command
- Best score: 48
- Best player score: 85
- Position: #10 / 14
- Number of attempts: 2
Fill in the chess board - 737 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 41
- Position: #102 / 155
- Number of attempts: 1
Plotting some variables in python - 1404 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 42
- Position: #116 / 296
- Number of attempts: 3
Inverting Lines - 1562 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #128 / 423
- Number of attempts: 1
HS Final exam vimgolf - 815 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 42
- Position: #184 / 215
- Number of attempts: 1
Satisfy the go linter - 2076 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 24
- Position: #217 / 422
- Number of attempts: 2
From a Thunderlink to a Markdown link - 720 entries
ThunderLinks are durable hyperlinks to specific email messages generated from Thunderbird in HTML format. Leverage the power of vim to make them suitable for a markdown-formatted file.
- Best score: 18
- Best player score: 23
- Position: #106 / 160
- Number of attempts: 3
-a-b-c- - 3149 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #859 / 1121
- Number of attempts: 1
Contributed Challenges
Innocent Monster - 131 entries
You have the tools, just create him!
Java to JavaScript - 216 entries
Let convert some simple Java file to JavaScript!