Played Challenges
Put a newline after every 10 lines in vim - 1657 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #252 / 556
- Number of attempts: 1
Wikitext headings to markdown - 987 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 31
- Position: #138 / 209
- Number of attempts: 3
hello-world-vimgolf - 2499 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #75 / 708
- Number of attempts: 6
Solve anagram with ASCII letters - 54 entries
ASCII created by TOIlet command
- Best score: 46
- Best player score: 85
- Position: #14 / 18
- Number of attempts: 2
Fill in the chess board - 958 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: #118 / 184
- Number of attempts: 1
Plotting some variables in python - 1661 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: #140 / 348
- Number of attempts: 3
Inverting Lines - 1892 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #128 / 510
- Number of attempts: 1
HS Final exam vimgolf - 897 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: #202 / 236
- Number of attempts: 1
Satisfy the go linter - 2391 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: #247 / 471
- Number of attempts: 2
From a Thunderlink to a Markdown link - 764 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: #114 / 169
- Number of attempts: 3
-a-b-c- - 3213 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #872 / 1137
- Number of attempts: 1
Contributed Challenges
Innocent Monster - 217 entries
You have the tools, just create him!
Java to JavaScript - 267 entries
Let convert some simple Java file to JavaScript!