Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWang18 committed Jan 8, 2021
1 parent 8e62272 commit bb06f20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/domain/UserInterface/UI.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void askMode() throws IOException { // allow the user to choose between
if (input.toLowerCase().matches(classicRegex)) {

game.setMode(new ClassicRules());
System.out.println("Okay! There are the standard rules in play! Lowercase letters is black, and uppercase is white. \nLet's begin");
System.out.println("Let's begin!);
} else if (input.toLowerCase().matches(noRegex)) {
Expand Down
Binary file modified target/classes/domain/UserInterface/UI.class
Binary file not shown.

0 comments on commit bb06f20

Please sign in to comment.