Welcome to Flutter Chess, a chess game built using the Flutter framework. This application allows you to play the classic game of chess on your mobile device, offering a user-friendly interface and basic features for an enjoyable gaming experience.
- Classic Chess Gameplay: Play the traditional game of chess with all the standard rules.
- User-Friendly Interface: Intuitive interface for easy navigation and gameplay.
- Local Multiplayer: Play against a friend on the same device.
- AI Opponent: Challenge yourself by playing against a computer opponent with adjustable difficulty levels.
- Move Highlights: Visual cues for legal moves and possible threats.
- Game History: Review and navigate through the history of moves during a game.
- Responsive Design: Enjoy the game on various screen sizes, including both phones and tablets.
To run the Flutter Chess app, you'll need:
- Flutter installed on your development machine.
-
Clone this repository:
git clone https://github.com/variablevar/chessy.git
-
Navigate into the project directory:
cd chessy
-
Get the dependencies:
flutter pub get
-
Run the app:
flutter run
-
Play chess on your mobile device!
Feel free to customize the app to suit your preferences or add new features. Contributions are welcome!
List any known issues or limitations that users should be aware of.
This project is licensed under the MIT License.