move generation: redundant variable ? #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
move_gen()
: isdoit
variable redundant with test on current turn ?Said differently : Do we generate moves if and only if current turn is current color ?
Maybe not: We may want to calculate mobility for the 2 sides without generating resulting positions ?
No.
doit
is necessary (think about future possible NULL moves)