MichaelMrt / ChessPHP

Programming Chess in PHP
1 stars 0 forks source link

migrate logic constructor into input_move #76

Closed MichaelMrt closed 4 months ago

MichaelMrt commented 5 months ago

The logic.php constructor is only used when we have no board yet or when we are using the text input to move pieces. This doubles the code. We have almost the same logic for text input and click input. Needs to be unified