Created a Multiplayer Chess game with Minimal UI which can be played offine.
Run the following commands from your terminal:
-
git clone https://github.com/quibler7/Chess-game-using-Flutter
to clone this repository -
flutter pub get
in the project root directory to install all the required dependencies.