From a1775e7066e7899e628cefa07d6d87e86d485937 Mon Sep 17 00:00:00 2001 From: jusax23 Date: Wed, 1 Nov 2023 20:03:05 +0100 Subject: [PATCH] readme adjustment --- .gitignore | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ead104b..944e827 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ trash src/.depend # Built binary -src/stockfish* +src/Stockfish/* src/-lstdc++.res # Neural network for the NNUE evaluation diff --git a/README.md b/README.md index 2cf553d..e7870dd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # flutter_stockfish_plugin -A Flutter plugin for Stockfish Chess engine. +A Flutter plugin for the Stockfish Chess engine. -The current Version is based on Stockfish 16. +The current version is based on Stockfish 16. ## Usage @@ -28,9 +28,9 @@ stockfish.dispose(); ## Goal of this fork of stockfish_chess_engine -* Avoid limitation. This Version does not redirect stdout and stdin of the app for communication with stockfish. -* stdin and stdout where replaced with a fakestream element. -* Stockfish internel Logging might not work (could be fixed). +* Avoid limitation. This version does not redirect stdout and stdin of the app for communication with stockfish. +* stdin and stdout were replaced with a fakestream element. +* Stockfish internal logging might not work (could be fixed). ## Credits * Based on and using source code from [stockfish_chess_engine](https://github.com/loloof64/StockfishChessEngineFlutter) @@ -39,4 +39,4 @@ stockfish.dispose(); Directory src/Stockfish contains the latest current release. The code is modified to use a different communication interface. -Original License of [Stockfish](https://stockfishchess.org) can be found in their [Github](https://github.com/official-stockfish/Stockfish) Repository. \ No newline at end of file +The original license for [Stockfish](https://stockfishchess.org) can be found in their [GitHub](https://github.com/official-stockfish/Stockfish) repository. \ No newline at end of file