Git Product home page Git Product logo

Comments (5)

niklasf avatar niklasf commented on May 19, 2024

Hi. Can you please try

print(new_move)
print(boardData.fen())
boardData.push(new_move)
print(boardData.fen())

to get more info?

Aside: Note that if chess.Move(index, sqr) in boardData.legal_moves: will never exactly match promotions.

from python-chess.

cupOfJava2014 avatar cupOfJava2014 commented on May 19, 2024

Here is the data output when moving the white pawn on a2 to a4:

Move to commit(new_move):  a2a4
Pre-push board data:  rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
Post-push board data:  rnbqkbnr/pppppppp/8/8/P7/8/1PPPPPPP/RNBQKBNR b KQkq - 0 1

Please note that this program is unfinished and piece promotions have not been implemented yet.

from python-chess.

niklasf avatar niklasf commented on May 19, 2024

Sure, I just thought i should mention it.

The output looks as expected to me. A white pawn starts on a2. White pieces are uppercase in FENs. The first rank goes last.

from python-chess.

cupOfJava2014 avatar cupOfJava2014 commented on May 19, 2024

So, what is the problem then?

Please excuse my slow reply to your comments. I am on vacation and am out of town a lot.

from python-chess.

niklasf avatar niklasf commented on May 19, 2024

Maybe you're drawing the board mirrored or with inverted colors? You could also try print(boardData) to see in the console how it should look like.

Happy holidays!

from python-chess.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.