Player Specifications (cont.)
npublic void makeMove (Pile pile, int maximum) n Make a move: remove up to specified maximum number of sticks from the specified Pile.
n require:pile != null
n 4 > maximum > 0