Learning-Python-Team / Learning-Python-Team/word-game-tool
board_builder.py
Open
@webdotorg is already working on this.
Since Aug 28, 2019.
enhancement
help wanted
- Dominant language
- Python
- Stars
- 7
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.