How to Win
The goal of the game is to accumulate the most points by the time the game finishes. The game has n
rounds (defined by the player). A round consists of a turn for each player.
Turns
A turn is split into two sections - The Action Phase and Word Phase. In the Action Phase, a player gets a chance to either: rotate a column (up/down), rotate a row (right/left), or swap a letter with any other letter. The Word Phase provides a player the option to select a word on the board to be removed. If a word is removed, the letters are re-populated randomly.
Rules
- A word may only go from left to right or up to down.
- A word must formed with adjacent letters that are not diagonal.
- The maximum board size is 12 letters by 12 letters.
- There may be up to four players and a bot. His name is sadly not Botty Mc. BotFace. Instead it's Bot. Go figure.