Okay, so I'm trying to write my own little version of Tic-Tac-Toe - and YES, I did use the search function and I saw the billions of threads involving Tictac toe. HOWEVER, I am not looking for code written for me already, I don't want to be lazy I want to learn this material - I just need a little help =(
Everytime I go to start coding my work, I never know where to start. I mean,I can get the basic text done of course, but how do I create a grid? I assume it has something to do with arrays, I was looking over some other peoples code, but I couldn't make heads or tails of a lot of it - any help would be greatly appreciated. =)