A chess game using Unreal Engine 5.2
- Suggestions of possible moves for each piece upon clicking on them
- AI using random moves (among those possible)
- AI using the Minimax algorithm
- Move history with a graphical interface
- Replay feature (by clicking on a move in the history, the state of the chessboard is reverted back to that state)
- Selection of the AI to play against