guillemalomar / PythonChess

A work in progress of a Chess game for PvP
GNU General Public License v3.0
1 stars 0 forks source link

Improve the board #29

Open guillemalomar opened 5 years ago

guillemalomar commented 5 years ago

Now the basic board can be seen in the game, together with a 'quit' button, but some more information is needed. A few lines of text could be shown at the bottom, to inform about the current turn, if the player has to choose the piece to move or the target, if there's a chess... this kind of information.

guillemalomar commented 5 years ago

Started solving this in pull-request #34. It still can be improved.

guillemalomar commented 5 years ago

Related to issue #30

guillemalomar commented 5 years ago

A restart button has been added in pull-request #44 Now with the promotion options would be enough. Maybe it could be added in a new window...