readme adjustment
This commit is contained in:
parent
eef9f0ca2d
commit
a1775e7066
2 changed files with 7 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -38,7 +38,7 @@ trash
|
||||||
src/.depend
|
src/.depend
|
||||||
|
|
||||||
# Built binary
|
# Built binary
|
||||||
src/stockfish*
|
src/Stockfish/*
|
||||||
src/-lstdc++.res
|
src/-lstdc++.res
|
||||||
|
|
||||||
# Neural network for the NNUE evaluation
|
# Neural network for the NNUE evaluation
|
||||||
|
|
12
README.md
12
README.md
|
@ -1,8 +1,8 @@
|
||||||
# flutter_stockfish_plugin
|
# 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
|
## Usage
|
||||||
|
|
||||||
|
@ -28,9 +28,9 @@ stockfish.dispose();
|
||||||
|
|
||||||
## Goal of this fork of stockfish_chess_engine
|
## 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.
|
* 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.
|
* stdin and stdout were replaced with a fakestream element.
|
||||||
* Stockfish internel Logging might not work (could be fixed).
|
* Stockfish internal logging might not work (could be fixed).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
* Based on and using source code from [stockfish_chess_engine](https://github.com/loloof64/StockfishChessEngineFlutter)
|
* 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.
|
Directory src/Stockfish contains the latest current release.
|
||||||
The code is modified to use a different communication interface.
|
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.
|
The original license for [Stockfish](https://stockfishchess.org) can be found in their [GitHub](https://github.com/official-stockfish/Stockfish) repository.
|
Loading…
Reference in a new issue