Open Issues Need Help
View All on GitHub 2. Zarządzanie stanem gry 2 months ago
enhancement help wanted move generation
1. Obsługa specjalnych ruchów 2 months ago
enhancement help wanted move generation
4. Generowanie listy legalnych ruchów 2 months ago
enhancement help wanted move generation
3. Detekcja zakończenia partii 3 months ago
AI Summary: Implement a function to detect the end of a chess game. This includes checking for legal moves, recognizing checkmate and stalemate, and implementing draw conditions (50-move rule, threefold repetition, insufficient material). The chess engine uses a Negamax algorithm with Alpha-Beta pruning, iterative deepening, and transposition tables, and utilizes FEN notation.
Complexity:
4/5
enhancement help wanted move generation