Closed DerAndereJohannes closed 3 years ago
@DerAndereJohannes Sorry for my late response. A great job!
@DerAndereJohannes Could you rebase the pull request with master? My de-escaping Japanese characters affects your pull request. Thank you in advance!
Sorry for my late response. I am having trouble understanding what you mean. I made sure that my branch was up to date with your master repository & branch and github is seeing no conflicts. Please tell me what to change so that I can be of most help!
Thank you and sorry for any inconvenience.
Thank you for your response, @DerAndereJohannes. I would like just to resolve the conflict to merge your pull request.
I am very confused as to why this is happening. when attempting to rebase, the 'conflict' shows code that no longer exists anywhere.. i might just make a new branch and copy the added code over..
I will create a new pull request with the new information.
@DerAndereJohannes I appreciate you! I'll take a look of your new pull request.
Feature description
Addition to the kif parser that imports the custom starting board as sfen (perfect for tsume problems) as discussed in issue #24 .
Need help with some information:
as of right now, i have that the custom sfen uses the current_turn variable as whos turn it is and just the number 1 as turn number. Is this the correct way of doing it? In other words, what should the turn variable and the move variable be for the sfen? Either:
Thanks in advance!