-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
- 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed