php-chess/tests/Game
2024-01-07 12:30:22 +01:00
..
BishopTest.php refactor: Move type strings to type enum 2024-01-07 12:02:58 +01:00
FieldBitMapTest.php feat: Add pawns to game system 2023-12-29 23:40:38 +01:00
GameTest.php fix: En passant only works the move after 2024-01-07 12:01:15 +01:00
KingTest.php feat: King can determine if castle is possible 2024-01-07 12:30:22 +01:00
KnightTest.php refactor: Move type strings to type enum 2024-01-07 12:02:58 +01:00
PawnTest.php refactor: Move type strings to type enum 2024-01-07 12:02:58 +01:00
PositionTest.php feat: Add pawns to game system 2023-12-29 23:40:38 +01:00
QueenTest.php refactor: Move type strings to type enum 2024-01-07 12:02:58 +01:00
RookTest.php refactor: Move type strings to type enum 2024-01-07 12:02:58 +01:00