You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConsoleUI class found in src/main/java contains the stub of a display method. This method should use "curController.getGame().getLastRound()" to assign the result of the last round to the ConsoleUI's lastRound reference.
Then, using the information contained in lastRound, the method should print out relevant information to stdout, e.g., the string, "Computer played Rock. You lose."
Create a branch entitled, "chrisLee413", commit and push your code to that branch, then make a pull request. As this method deals with UI output, no unit tests are necessary.
The text was updated successfully, but these errors were encountered:
The ConsoleUI class found in src/main/java contains the stub of a display method. This method should use "curController.getGame().getLastRound()" to assign the result of the last round to the ConsoleUI's lastRound reference.
Then, using the information contained in lastRound, the method should print out relevant information to stdout, e.g., the string, "Computer played Rock. You lose."
Create a branch entitled, "chrisLee413", commit and push your code to that branch, then make a pull request. As this method deals with UI output, no unit tests are necessary.
The text was updated successfully, but these errors were encountered: