An open API service indexing awesome lists of open source software.

https://github.com/variablevar/chessy

I've been currently developing chess on flutter cross platform SDK which runs on multiple platforms such as Android , iOS , Mac , Linux , Web .
https://github.com/variablevar/chessy

Last synced: 3 months ago
JSON representation

I've been currently developing chess on flutter cross platform SDK which runs on multiple platforms such as Android , iOS , Mac , Linux , Web .

Awesome Lists containing this project

README

        

# 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](https://flutter.dev/docs/get-started/install) installed on your development machine.

## Installation and Usage

1. Clone this repository:

```bash
git clone https://github.com/variablevar/chessy.git
```

2. Navigate into the project directory:

```bash
cd chessy
```

3. Get the dependencies:

```bash
flutter pub get
```

4. Run the app:

```bash
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](LICENSE).