Skip to content

Chessboard Analysis 1 #30

@jalliet

Description

@jalliet

Assessment name

Chess Position Check

Image to use

Image

Prompt

Analyse the chessboard image.

  1. How many pieces are on the board? Provide only the number. Then, list the count of each piece type on the board by colour (W for White, B for Black) and importance (points worth: K for King, Q for Queen, R for Rook, B for Bishop, N for Knight, P for Pawn). Use the format WQ: 0 (meaning no White Queen), with one piece type per line. Separate the number of pieces and the piece list with a blank line.

  2. Are any pieces in positions that violate standard chess rules? If so, list ONLY their positions in the format where column 'a' is the leftmost, 'h' is the rightmost, row 1 is the bottom row, and row 8 is the top row (e.g., b7,h1,h2, with multiple positions separated by a comma without spaces). If no pieces are in illegal positions, write "None."

Please write the question number before giving an answer for each of the questions.

Correct answer

  1. 12
    WK: 1
    WQ: 1
    WR: 1
    WB: 1
    WN: 1
    WP: 1
    BK: 1
    BQ: 1
    BR: 1
    BB: 1
    BN: 1
    BP: 1
  2. e3,e4

How would you like to be cited? (optional)

https://github.com/jalliet

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions