diff --git a/src/view/UserChooserFrame.java b/src/view/UserChooserFrame.java index ed4723d..5d7f101 100644 --- a/src/view/UserChooserFrame.java +++ b/src/view/UserChooserFrame.java @@ -25,7 +25,7 @@ public class UserChooserFrame extends JFrame { public static final String PLAYER_LIST_FILE = "players.dat"; public static final JLabel RULES_TEXT = new JLabel( - "Here should go some rules text. Lorem ipsum dolor sit amet, consectetur adipiscing elit..."); + "Welcome to MatchAttack!

The rules of MatchAttack! are very straightforward.
  1. The goal of MatchAttack! is to maxmize your score.
    You earn a point for each tile you place on the board.
  2. Unless the board is empty, every tile you place must be adjacent to an existing tile.
  3. If you create a line of three or more tiles of the same color, horizontally or vertically,
    then every tile in that row will be removed.
  4. After each tile you place, the computer will place a tile.
    The computer will attempt to fill the board.
Enter your name below to begin!"); private static final long serialVersionUID = 1L; private final Player comPlayer;