| Copyright | (c) Michael Szvetits 2023 |
|---|---|
| License | BSD-3-Clause (see the file LICENSE) |
| Maintainer | typedbyte@qualified.name |
| Stability | stable |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Chess.Player
Description
Types and functions to handle chess players.
Documentation
Represents a player who participates in a chess game.
Currently, a player is only identified by the color of the controlled chess pieces. In the future, a player could have more attributes, like name, ELO rating, etc.