I need to create a class Domineering to play Domineering. The game SHOULD have f
ID: 3541685 • Letter: I
Question
I need to create a class Domineering to play Domineering. The game SHOULD have following requirements.
1. A method isMoveValid(int, int, boolean), which returns a boolean telling whether or not the move by player boolean at position row and column is legal.
2. The number of rows, r, and the number of columns, c, is entered on the command line, e.g
java Domineering 4 3
You may assume that the number of rows and columns is less than or equal to 10.
3. In the play() method, use the statement System.out.print("Row Column: ")
4. Use a try-catch block around the input of the row and column in the play() method to be able to handle InputMismatchExceptions.
This program is really important to me, plz guys help.
Explanation / Answer
answer link in comments
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.