Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.65 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.65 KB

Flutter Chessy

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.

Features

  • 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.

Requirements

To run the Flutter Chess app, you'll need:

  • Flutter installed on your development machine.

Installation and Usage

  1. Clone this repository:

    git clone https://github.com/variablevar/chessy.git
  2. Navigate into the project directory:

    cd chessy
  3. Get the dependencies:

    flutter pub get
  4. Run the app:

    flutter run
  5. Play chess on your mobile device!

Customization

Feel free to customize the app to suit your preferences or add new features. Contributions are welcome!

Known Issues

List any known issues or limitations that users should be aware of.

License

This project is licensed under the MIT License.