Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
I am making a connect four type of game in java. I want to make sure that all the code seems nice before I decide to add more stuff...
This is what the applet game looks like...
Player input:
Victory screen:
I
I have three classes:
I am making a connect four type of game in java. I want to make sure that all the code seems nice before I decide to add more stuff...
I have three classes:
I am making a connect four type of game in java. I want to make sure that all the code seems nice before I decide to add more stuff...