Making a Game for a school project and Im using a 2D array to make the gameboard. Well in the begginning of the game the user has to input what the current game board looks like. I have it so the user is entering data and the data is being entered into the array,but the newline character at the end of each input is missing it up,here is the portion of code Im working with atm.
I just did this game just a week ago and I didn't have code looking anything like this. Post all of your code please. I don't think you're making the board correctly.