Handle the book opening.View code on GitHub
Inheritance Hierarchy
Chess Book
Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The Book type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Book |
Class constructor
View code on GitHub |
Methods
Name | Description | |
---|---|---|
CreateBookList |
Create the book entries from a series of move list
View code on GitHub | |
FindMoveInBook |
Find a move from the book
View code on GitHub | |
ReadBookFromFile |
Read the book from a binary file
View code on GitHub | |
ReadBookFromResource(String) |
Read the book from the specified resource
View code on GitHub | |
ReadBookFromResource(Assembly, String) |
Read the book from the specified resource
View code on GitHub | |
SaveBookToFile |
Save the book to a binary file
View code on GitHub |
See Also