Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seandewar/nvimesweeper

Play Minesweeper in your favourite text editor (Neovim 0.7+)
https://github.com/seandewar/nvimesweeper

lua minesweeper-game neovim neovim-plugin

Last synced: 9 days ago
JSON representation

Play Minesweeper in your favourite text editor (Neovim 0.7+)

Awesome Lists containing this project

README

        

![Banner Image](./media/nvimesweeper.png)

![Screenshot](./media/screenshot.png)

Play Minesweeper in Neovim: because if Emacs has taught us anything, it's that
text editors are for gaming!

Requires Neovim version 0.7 or above.

_Note that an `nvim-0.5` branch exists for compatibility with Nvim v0.5+, but it
is no longer maintained._

## How to play

Install it using your favourite package manager like any other plugin, then run
`:Nvimesweeper` and pray that it works properly, I guess.

- Press `!` to flag a square.
- Press `?` to mark a square for later.
- Press `` or `` to cycle between `!`, `?` and unmarking a
square.
- Press ``, `x` or `` to reveal a square; just try not to step on
a mine!

Run `:help nvimesweeper` for more details.

## Why did you make this?

I don't know...