Skip to content

Flesh out board module #2

@RobertCochran

Description

@RobertCochran

The board module ought to have at least two more functions -

move_is_valid(board, column) - Returns True if the column has space for more
checkers, False if not.

drop_token(board, column, color) - Puts a color piece in the columnith
column. Validity of move should be checked before hand with move_is_valid().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions