About the project | Features | Built with | Developers |
Live Here
Android Chess game with Single and Multiplayer Mode
The single player mode consist of following algorithms:
- Minimax Algorithm
- Alpha Beta prunning
- Quescence Search
- The evaluation function is optimized with positional heuristics
- Killer heuristics which rearranges the moves to kill moves first.
- Null move heuristics.
- Multiplayer Mode
- Single player mode with 3 difficulty levels
- Stalemate, Checkmate detection
- Undo moves
- Highlight legal moves
- Android Studio
- Java
- GIMP