EcoInfo

class EcoInfo

A container class representing the information about a chess opening based on the Encyclopedia of Chess Openings (ECO). It is immutable.

Since

1.0.0-beta.1

Author

lunalobos

Properties

Link copied to clipboard
val eco: String

The ECO code (e.g., "E57", "B40").

Link copied to clipboard

The name of the opening or variation (e.g., "Nimzo-Indian, 4.e3 O-O 5.Bd3 d5 6.Nf3 c5").

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String