Skip to content

Game strategies from week 40 22 #50

Description

@olufjen

We can use a Percept schema as a description of a move the opponent makes.
Define and implement the following chess strategies:

  1. Material count: The total piece value for each player. This is a variable held in the player object.
  2. Piece activity: How active are my pieces? Count the number of moves each piece has made.
  3. Pawn structure: Are any of my pawns isolated? Can I isolate opponent pawns?
  4. Space: The number squares the player has behind his own pawns where his pieces can move
  5. King safety.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions