Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bytecurdler/minesweeperlove

A small Minesweeper clone made with LÖVE
https://github.com/bytecurdler/minesweeperlove

game love love2d love2d-framework love2d-game minesweeper minesweeper-game

Last synced: 4 days ago
JSON representation

A small Minesweeper clone made with LÖVE

Awesome Lists containing this project

README

        

# MinesweeperLOVE
A small Minesweeper clone made with LÖVE

# Usage
```
MinesweeperLOVE/ [ [ []]]
```
where:
- \ is the width of the Minesweeper board (default: 8)
- \ is the height of same (default: 8)
- \ is the size of a cell in pixels (default: 64)

Uses the [LÖVE2D](https://love2d.org) framework
## Controls:
- Left-click: Reveal the cell under the cursor
- Right-click: Mark there to be a mine under the cursor
- Left+Right/middle click + drag: Hilight the cells around and under the cursor.

  If the cell under the cursor is revealed and has mines around it equal to its number,

it reveals all unmarked cells, and detonates any unmarked bombs