Modify get_board_visual function#134
Open
HyoungSooo wants to merge 3 commits intozhelyabuzhsky:masterfrom
Open
Modify get_board_visual function#134HyoungSooo wants to merge 3 commits intozhelyabuzhsky:masterfrom
HyoungSooo wants to merge 3 commits intozhelyabuzhsky:masterfrom
Conversation
…habets to corresponding 2D characters
Author
|
test failed on this function test_invalid_fen_king_attacked but i found stockfish version 9 was return True when call stockfish.is_fen_valid("8/8/8/3k4/3K4/8/8/8 b - - 0 1") |
Coverage reportThe coverage rate went from
Diff Coverage details (click to unfold)stockfish/models.py
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello zhelyabuzhsky!
I am making a chess game using the stockfish engine in the terminal.
Changed the visual aspect of the chess board as it appears in the terminal.
We added a parameter to the function, which allows you to use both the alphabet version and the 2D character version.
with created test code and it will be passed
2d charactor version