cs361w2019-osu / sprint1-group-4

sprint1-group-4 created by GitHub Classroom
0 stars 1 forks source link

Created Random Functions in game.java #11

Closed Hunterdu closed 5 years ago

trumanhess commented 5 years ago

I think you mixed up randRow() and randRow(). You need to add 64 to randCol() not randRow(). If you fix that we can merge this. Also your merge request shows that it has 31 files changed, if don't mind I am going to remove all of the unnecessary files from the merge request.

Hunterdu commented 5 years ago

I updated the functions and yes please on the removal of those extra files. Not sure how that happened.

I think you mixed up randRow() and randRow(). You need to add 64 to randCol() not randRow(). If you fix that we can merge this. Also your merge request shows that it has 31 files changed, if don't mind I am going to remove all of the unnecessary files from the merge request.

trumanhess commented 5 years ago

I removed as many unnecessary files as it would let me and resolved the conflicts github said the new Board.java and Game.java files had with the old ones. Merging now.