Vim Mine Sweeping Save

mine sweeping game in vim and neovim

Project README

vim-mine-sweeping

mine sweeping game in vim and neovim

ScreenShot

screenshot

Installation

" vim-plug
Plug 'iqxd/vim-mine-sweeping'
-- packer
use 'iqxd/vim-mine-sweeping'

Usage

  • Launch Vim Mine Sweeping with command :MineSweep
  • Press h, j, k, l or arrow key to move between cells
  • Press c or double left-click mouse to reveal a cell,
  • Press f or right-click mouse to toggle flag on a cell
  • Press n g to start a new game
  • Press p b to print all mines and numbers in board
  • Press ? to toggle help
  • Press Z Z to exit current game

Options

Command :MineSweep can be called with following arugments:

:MineSweep easy | medium | hard | row col -e | -n | -v | -t

  • easy 9 x 9 board
  • medium 16 x 16 board
  • hard 24 x 24 board
  • row col user defined row x col board
  • -e create board in current window
  • -n create board in new split window
  • -v create board in new vsplit window
  • -t create board in new tabpage
  • -f create board in new floating window (neovim only)

The default :MineSweep are equal to command with arguments like:

:MineSweep 12 20 -v

which create game with 12 x 20 board in a new vsplit window

You can also map the command in vimrc like below

nnoremap <F12> :MineSweep medium -t<cr>

Enjoy! :)

Open Source Agenda is not affiliated with "Vim Mine Sweeping" Project. README Source: iqxd/vim-mine-sweeping
Stars
42
Open Issues
0
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating