MichaelMrt / ChessPHP

Programming Chess in PHP
1 stars 0 forks source link

implemented all the rules for the rook #58

Closed MichaelMrt closed 6 months ago

MichaelMrt commented 6 months ago

Using the traits functionality provided by php we can reuse the code later for the queen.

closes #24