guillemalomar / PythonChess

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

Fix the game so a different depth and width can be used. #43

Closed guillemalomar closed 5 years ago

guillemalomar commented 5 years ago

This was plausible when we used the terminal, before using a GUI. With tkinter it can also be done, but it requires too much time that I can spend in more interesting things to fix/add.