-
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.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 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,2 +1,14 @@ | ||
# mineDeeper | ||
Deterministically-Solvable Minesweeper in 3D, with useful hints | ||
|
||
## Keys | ||
|
||
* <kbd>W</kbd><kbd>A</kbd><kbd>S</kbd><kbd>D</kbd> for strafing | ||
* hold right click and mouse move to rotate | ||
* click a block to reveal it (must be unmarked) | ||
* right click a block to toggle its marking | ||
* <kbd>H</kbd> for a hint location | ||
* <kbd>H</kbd> for the reasoning behind that hint | ||
* <kbd>S</kbd> to save the current state to `Application.persistentDataPath` | ||
* See [here](https://docs.unity3d.com/ScriptReference/Application-persistentDataPath.html) for the location on anything and on linux it's apparently in `~/.config` or `~/.local/share` . | ||
* <kbd>L</kbd> to load it again. |