Changes in 0.9.0
Features
New class
MoveIteratorwhich is a special collection of moves which includes attributes such asaction_typesandraise_range. Also supports iteration and checking for membership with theinoperator.New method
get_available_moves()which returns aMoveIteratorof the available moves for the current player.