Commit graph

11 commits

Author SHA1 Message Date
overflowerror
7259ddecb1 test: Change stalemate test to include pawn move 2024-01-05 16:02:40 +01:00
overflowerror
e6fa6d8589 feat: Recognize game states checkmate and stalemate 2024-01-05 16:00:50 +01:00
overflowerror
ba9fc502c3 feat: Add game system function for fetching legal moves in position 2024-01-05 00:22:13 +01:00
overflowerror
2848208132 feat: Add game system to recognize illegal and check game states 2024-01-03 14:02:52 +01:00
overflowerror
e10776dc0b feat: Add kings to game system 2023-12-30 14:34:54 +01:00
overflowerror
c74f53fce4 feat: Add queens to game system 2023-12-30 14:19:47 +01:00
overflowerror
5b9178b11d feat: Add rooks to game system 2023-12-30 13:53:33 +01:00
overflowerror
2624fb191a feat: Add knights to game system 2023-12-30 13:26:28 +01:00
overflowerror
aeda1c2e8f feat: Add bishops to game system 2023-12-29 23:55:45 +01:00
overflowerror
26f1a295a7 feat: Add pawns to game system 2023-12-29 23:40:38 +01:00
overflowerror
85fa12c08f feat: Initial commit + Position & FieldBitMap classes 2023-12-25 22:53:38 +01:00