type CLI struct {
// contains filtered or unexported fields
}
CLI is the command-line interface of Tetris-ai.
CLI encapsulates an AI that plays tetris and visualization logic.
The zero value of CLI is not usable, function New should be used to create one.