Skip to content

Commit

Permalink
add keys to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidBrot committed Feb 11, 2021
1 parent 64b08c0 commit d9953b8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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.

0 comments on commit d9953b8

Please sign in to comment.