Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bytecurdler/minesweeperlove
- Owner: ByteCurdler
- Created: 2020-12-03T19:54:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T21:24:54.000Z (about 4 years ago)
- Last Synced: 2024-10-31T04:24:39.534Z (about 2 months ago)
- Topics: game, love, love2d, love2d-framework, love2d-game, minesweeper, minesweeper-game
- Language: Lua
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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