Skip to content

Commit

Permalink
Changing debug -> console
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericojordan authored Jul 6, 2017
1 parent 90dd70d commit 8493400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Using some ideas from [Chess Programming Wiki](http://chessprogramming.wikispace
## Instructions
1. Download [latest release](https://github.com/fredericojordan/fast-chess/releases)
2. Extract file contents
3. Run chess.exe (or chess-debug.exe for command prompt info)
3. Run chess.exe (or chess-console.exe for command prompt info)
4. ???
5. Profit

Expand All @@ -42,8 +42,8 @@ Using some ideas from [Chess Programming Wiki](http://chessprogramming.wikispace
- **E** - [E]dit mode (click and drag to move or click to cycle pieces)
- **P** - Export to [P]GN
- **D** - [D]ump game info to file
- **M** - List legal [M]oves (debug mode only)
- **V** - Static board e[v]aluation (debug mode only)
- **M** - List legal [M]oves (console mode only)
- **V** - Static board e[v]aluation (console mode only)
- **Q** - [Q]uit
- **U** - [U]ndo move

Expand Down

0 comments on commit 8493400

Please sign in to comment.