James4Ever0 commited on
Commit
b01ca33
·
verified ·
1 Parent(s): 5a7969c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -4,8 +4,18 @@ Kakoune is a Vim variant. It aims for fewer keystrokes than Vim given the same t
4
 
5
  This dataset contains task input, task output and solution per challenge, just like vimgolf.com
6
 
 
 
7
  File structure:
8
 
9
  ```
10
-
 
 
 
 
 
 
 
 
11
  ```
 
4
 
5
  This dataset contains task input, task output and solution per challenge, just like vimgolf.com
6
 
7
+ Vimgolf is a game that using vim to edit an input file and result into output file, using fewest keystrokes.
8
+
9
  File structure:
10
 
11
  ```
12
+ mawww_kakoune_vim_variant_vimgolf_solutions_and_challenges.zip
13
+ |_ golf
14
+ |_ golf.sh // runs the challenges in current directory and display results.
15
+ |_ vgscore.sh // retrieves the current top scores from vimgolf website, run it first so that golf.sh can display a comparison.
16
+ |_ vgdl.sh // retrieves a challenge from the vimgolf.com website
17
+ |_ <challenge_hash>
18
+ |_ in // task input file
19
+ |_ out // task output file
20
+ |_ cmd // keystrokes to convert "in" to "out"
21
  ```