I have studied functions, pointers, recursive(I suck at it though), file handling(slightly), loops and a bit of data structures. My final project of my semester is due very soon. I chose othello. Before I was able to succesfully make hangman. Now, this is my first time that I am trying a two player game. I would at least like to make human vs. human game in due time.
have been able to make the board of the game using char and I shall identity the positions of every block in the board by the row and coloumn number of the board which the user shall enter for that board 2D array. My question is, how do I get started with the player moves? A little push in the right direction would be very nice.
Thank you.