guillemalomar / PythonChess

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

Add timers #21

Closed guillemalomar closed 5 years ago

guillemalomar commented 5 years ago

Have a time for each player, which will be activated after each turn of the other player, and stopped when this player has moved a piece.

guillemalomar commented 5 years ago

Fixed in pull-request #24