From 0b3bc8b29e5bd9e74adda29871f86b92a804ee98 Mon Sep 17 00:00:00 2001 From: Frederico Jordan Date: Tue, 31 Jan 2017 11:04:59 -0200 Subject: [PATCH] Updating README hotkeys --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7aba664..019c7bc 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,23 @@ Using some ideas from [Chess Programming Wiki](http://chessprogramming.wikispace 5. Profit ## GUI Hotkeys -- **U** - [U]ndo move -- **Q** - [Q]uit -- **D** - [D]ump game info to file +### AI +- **\/\** - Change AI difficulty +- **A** - Toggle [A]I opponent +- **I** - [I]nvert player's colors + +### Colors - **H** - Toggle attack [H]eatmap - **C** - Change board [c]olor scheme - **R** - [R]andom board color - **T** - Random [t]inted board color + +### Miscelaneous +- **P** - Export to [P]GN +- **D** - [D]ump game info to file - **E** - Static board [e]valuation (debug mode only) +- **Q** - [Q]uit +- **U** - [U]ndo move ## Screenshots ![Chess Game](http://i.imgur.com/O6rcSqu.png)