(adsbygoogle = window.adsbygoogle || []).push({});
Hi,
I am new to programming and have only just started learning as I have take A level computing. My teacher has set us an extension task to create a 'tic tac toe/naughts and crosses' game run from the console.
I have got the main basics of this game working; however I want to incorporate a win system (so the program can identify when the game has been won).
I know this includes nested loops but I have no idea how to go about it.
Here is the current source code:
You must login or register to view this content.
Any help would be greatly appreciated.