MichaelMrt / ChessPHP

Programming Chess in PHP
1 stars 0 forks source link

Added all the chesspieces #53

Closed MichaelMrt closed 6 months ago

MichaelMrt commented 6 months ago

I added all the chesspieces with their images. The images are all unified in the same style. The new pieces can be moved everywhere. Need to implement the _check_movelegal method in each piece.php to have the rules enforced.

this targets:

22

23

24

25

26