Avatar of USA Java Newbie
USA Java Newbie

asked on 

Java Array Question

Doing some college work and learning Java having a little problem with arrays.
It is a simple connect four game that i am coding (NOT FINISHED) and as part of my learning process i am just trying to place one piece into the grid i have drawn.

I feel the drop piece method is not right (passing in the array) in which in turn is messing with only been able to place odd number on the board

I just need help on this structure as it follows the guideline i have to build it to

Thanks
ConnectFourGame.java
MainFile.java
JavaProgramming

Avatar of undefined
Last Comment
USA Java Newbie

8/22/2022 - Mon