]> git.gir.st - minesVIiper.git/blob - README.md
Add readme
[minesVIiper.git] / README.md
1 # minesVIiper
2
3 minesVIiper is a clone of Minesweeper, which runs in the terminal and can be
4 controlled by either `vi` style keybindings, or the mouse.
5
6 Multiple character and color schemes are available, but more can be added
7 easily.
8
9 ## Keybindings
10
11 | Key | Action |
12 |:---:| ------------------ |
13 | `h` | move 1 cell left |
14 | `j` | move 1 cell down |
15 | `k` | move 1 cell up |
16 | `l` | move 1 cell right |
17 | `w` | move 5 cells right |
18 | `b` | move 5 cells left |
19 | `u` | move 5 cells up |
20 | `d` | move 5 cells down |
21 | `^` | move to the left |
22 | `$` | move to the right |
23 | `g` | move to the top |
24 | `G` | move to the bottom |
25 | `i` | flag / unflag |
26 | spc | open / choord |
27 | `r` | restart game |
28 | C-L | redraw screen |
29 | `q` | quit |
Imprint / Impressum