Skip to content

Commit

Permalink
Explain controls in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Aug 20, 2015
1 parent b9d11f5 commit c61c67a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,18 @@ make
```

## Playing zelda
Just run the `zelda` executable you just compiled!
Just run the `zelda` executable you compiled!

```shell
./zelda
```

Here are the controls of the game:

| Key(s) | Action |
|--------|-------------------|
| Arrows | Move |
| `Z` | Accept / Attack |
| `D` | Toggle debug view |

Have fun!

0 comments on commit c61c67a

Please sign in to comment.