Book ClassDelta Engine Documentation
Handle the book opening.View code on GitHub
Inheritance Hierarchy

System Object
  Chess Book

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class Book

The Book type exposes the following members.

Constructors

  NameDescription
Public methodBook
Class constructor View code on GitHub
Top
Methods

  NameDescription
Public methodCreateBookList
Create the book entries from a series of move list View code on GitHub
Public methodFindMoveInBook
Find a move from the book View code on GitHub
Public methodReadBookFromFile
Read the book from a binary file View code on GitHub
Public methodReadBookFromResource(String)
Read the book from the specified resource View code on GitHub
Public methodReadBookFromResource(Assembly, String)
Read the book from the specified resource View code on GitHub
Public methodSaveBookToFile
Save the book to a binary file View code on GitHub
Top
See Also