Chess - Offline 2 Player icon

Chess - Offline 2 Player

1.0.0

Chess is a chess game written in Flutter using Flame engine

App Information

Version
Update
Feb 01, 2024
Developer
Category
Google Play ID
Installs
100,000+

App Names

App Description
Chess is a chess game (Multiplayer and Singleplayer) written in Flutter using Flame engine

Features
• 1 or 2 player gameplay
• Six AI difficulty levels
• Customizable app theme
• Customizable piece theme

AI Description
The chess AI we developed for this app uses the minimax algorithm with alpha-beta pruning to calculate which moves to make. There are six difficulty levels in the app, each level corresponding to the depth of the search used in the minimax algorithm. The highest difficulty is 6, which corresponds to 3 full chess moves.
Read more