Better README.md
This commit is contained in:
parent
95e9ded88a
commit
b26651ca54
1 changed files with 15 additions and 0 deletions
|
@ -1 +1,16 @@
|
||||||
Implementing HP {48,49,50} minehunt game
|
Implementing HP {48,49,50} minehunt game
|
||||||
|
|
||||||
|
You start on the top-left corner and your goal is to reach the bottom0right corner without blowing-up a mine.
|
||||||
|
|
||||||
|
You can move using
|
||||||
|
↑
|
||||||
|
← ↓ →
|
||||||
|
|
||||||
|
or (better) the keypad which moves as
|
||||||
|
7 8 9 ↖ ↑ ↗
|
||||||
|
4 6 ← →
|
||||||
|
1 2 3 ↙ ↓ ↘
|
||||||
|
|
||||||
|
You can quit at any time using 'q'
|
||||||
|
|
||||||
|
You can replay at the end using 'r'
|
||||||
|
|
Loading…
Reference in a new issue