- Create a 'board' class to use in the
main.py
- Initialise the object with the create_board method below
Function: create_board
Purpose: Creates a blank board ready for use
Acceptance Criteria:
- Function that builds the base scrabble board including locations of bonus point tiles such as double/triple word and letter score tiles
- Must include letter/number labelling to allow a user to select a tile location later
Function: view_board
Purpose: When called, this displays the state of the current board
Acceptance Criteria:
- Displays the board in the console
main.pyFunction:
create_boardPurpose: Creates a blank board ready for use
Acceptance Criteria:
Function:
view_boardPurpose: When called, this displays the state of the current board
Acceptance Criteria: