guillemalomar / PythonChess

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

Promotions in GUI #30

Open guillemalomar opened 5 years ago

guillemalomar commented 5 years ago

Now that we have a functional GUI, all the inputs that used to be passed by terminal need to be passed in the GUI. The promotion of a pawn to a new type of piece is one of them.