https://github.com/hactarce/infiniteminesweeper
Minesweeper on an unbounded grid
https://github.com/hactarce/infiniteminesweeper
game minesweeper
Last synced: about 2 months ago
JSON representation
Minesweeper on an unbounded grid
- Host: GitHub
- URL: https://github.com/hactarce/infiniteminesweeper
- Owner: HactarCE
- License: apache-2.0
- Created: 2021-05-29T00:46:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T02:10:48.000Z (over 4 years ago)
- Last Synced: 2026-01-01T14:24:19.470Z (5 months ago)
- Topics: game, minesweeper
- Language: Rust
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Infinite Minesweeper

Ever wanted to spend hours playing Minesweeper without ever pausing to restart the game? Now you can! In Infinite Minesweeper, the playfield is unbounded and the game never ends.
## Controls
- Click and drag to pan
- Scroll to zoom
- Left click to uncover a square
- Right click to flag a mine
- Click on a number with all its mines flagged to uncover adjacent sqaures that are unflagged
## Screenshots