I was wondering how to save a move (from the tic tac toe game) to a specific area in an array. For example when the player makes his first move i want to store the number of the square that he chose in the array moves[0] (while moves[9] has goes from 0-9) and so on like that? Any suggestions? Understand the question?