Skip to content

Commit

Permalink
Put controls in a table
Browse files Browse the repository at this point in the history
  • Loading branch information
io12 committed May 29, 2020
1 parent 4a832e2 commit 0b96025
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ BootMine is an entire minesweeper game crammed into 512 bytes, the size of a BIO

## Controls

* <kbd>Space</kbd>
* 🔲 Clear cell
* <kbd>↑</kbd>/<kbd>↓</kbd>/<kbd>←</kbd>/<kbd>→</kbd>
* 🕹 Move cursor
* <kbd>Enter</kbd>
* 🚩 Place flag
* <kbd>R</kbd>
* 💣 Restart game (only works on GAME WIN and GAME OVER screens)
| Key | Action |
|-----------------------------------------------------|-----------------------------------------------------------------|
| <kbd>Space</kbd> | 🔲 Clear cell |
| <kbd>↑</kbd> <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd> | 🕹 Move cursor |
| <kbd>Enter</kbd> | 🚩 Place flag |
| <kbd>R</kbd> | 💣 Restart game (only works on GAME WIN and GAME OVER screens) |

## Building

Expand Down

0 comments on commit 0b96025

Please # to comment.