Page 1 of 1

Java Please help, I am trying to create two players that can move on a board like in monopoly. I need to modify the main

Posted: Mon May 02, 2022 12:23 pm
by answerhappygod
Java
Please help, I am trying to create two players that can move on
a board like in monopoly. I need to modify the main() method in the
Monopoly class. Create two instances of player objects. And then
use the methods of these objects to move the players around the
board. I need to modify the game code.
monopoly.java
player.java
BoardSquare.java