Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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+)
- Host: GitHub
- URL: https://github.com/seandewar/nvimesweeper
- Owner: seandewar
- License: mit
- Created: 2021-08-29T00:18:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-29T13:08:00.000Z (4 months ago)
- Last Synced: 2024-10-24T19:41:35.562Z (15 days ago)
- Topics: lua, minesweeper-game, neovim, neovim-plugin
- Language: Lua
- Homepage:
- Size: 690 KB
- Stars: 101
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim - seandewar/nvimesweeper - Play Minesweeper in your favourite text editor. (Game / Tmux)
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...