Given a value aValue, return a boolean telling if the value is effectively a state of the tic-tac-toe game.
aValue
the value to consider
Given a value
aValue, return a boolean telling if the value is effectively a state of the tic-tac-toe game.