MichaelMrt / ChessPHP

Programming Chess in PHP
1 stars 0 forks source link

formatted check_move_legal func #19

Closed MichaelMrt closed 7 months ago

MichaelMrt commented 7 months ago

I formatted the if-statement a bit to increase the readability. The logic is still 100% the same

Might look weird in the "files changed"-section, but you can look at the file directly and see how it really looks formatted.

Do you agree with this format @ProfNorm ?