Given a state aState, returns a boolean telling if the state is final, i.e there is a winner, or no more moves can be played.
aState
a state of the game
Given a state
aState
, returns a boolean telling if the state is final, i.e there is a winner, or no more moves can be played.