Added pawn promotion and locales support!

This commit is contained in:
spla 2020-11-27 22:13:16 +01:00
pare 8ec306c680
commit f8f25577c2
S'han modificat 1 arxius amb 17 adicions i 1 eliminacions

Veure arxiu

@ -24,6 +24,21 @@ To get any game anotations, in ex. game 1:
@your_bot_username send 1
To promote a pawn use first letter of desired piece:
@your_bot_username move g7g8r (if you want a rook)
n = knight
b = bishop
r = rook
Don't use q for queen. Pawn is promoted to Queen by default.
### Dependencies
- **Python 3**
@ -50,4 +65,5 @@ Within Python Virtual Environment:
20.11.2020 - New feature! Added link to on going games in games list
21.11.2020 - New feature! Added a warning to player in turn when has been captured one of its pieces
23.11.2020 - New feature! Now all moves are saved to file (with san anotation).
25.11.2020 - New feature! Get any game anotations via email (see point 3 above).
25.11.2020 - New feature! Get any game anotations via email (see point 3 above).
27.11.2020 - New feature! Pawn promotion and locales support ( ca & eng )