Identifying objects (cont.)
nIn the “nim” example, we
will use a Player class (2 player objects), and a PileOfSticks
class. The sticks individually
don’t have much meaning.
nWe will also include a GameManager class that
will keep track of things such as whose turn it is.