Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #13 allow short algebraic notation moves. #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 30, 2017

  1. Issue cgearhart#13 allow short algebraic notation moves.

    Add a San class to parse and store the internals of a short algebraic move.
    Add san_to_long method to Game to convert the san move to the long version.
    Add apply_san_move method to Game to apply the move
    
    Replace xrange with range so that tests run in python3
    
    Add find_all_pieces method to Board similar to find_piece, but returns a list of all indexes instead of just the first one.
    
    Add tests to cover all the new code.
    martsberger committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    a101c6d View commit details
    Browse the repository at this point in the history