Hi Guys,
Could someone please direct me to resources in which I could learn to apply programming logic to game design?
Elaborating on my request, for example I would have not thougrht of using an array i.e. ARRAY[I][J] = “-”
to create a tic-tac-toe game. I’ve looked at some sample code and understand how it works but I’m just struggling with the initial thought processes required to make such games.
I hope this is clear enough.
Any help would be greatly appreciated.