HI,
Today im tying to build a game program,im not really stuck on the coding aspect but its the concept of the 2 players in the game that is confusing me.
For a starters, the game has 2 players.Player one goes first,after their go its player twos turn and so on until the game has been won(x's and o's).
Im having trouble on how to model the game so that the players turns are sequenced and on that players turn,their input is either an X or an O.
Im designing it using OOP so im going to create 2 instances of a class,i just can figure out how each instance will have a seperate input.
Can anyone point me in the right direction?
many thanks.