Learning-Python-Team / Learning-Python-Team/word-game-tool

board_builder.py

Open
#29 8 comments 0 reactions 1 assignee View on GitHub

@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:

  1. Function that builds the base scrabble board including locations of bonus point tiles such as double/triple word and letter score tiles
  2. 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:

  1. Displays the board in the console

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.