C# Class MovesGenerators.KnightMovesGenerator

Inheritance: Generator
Afficher le fichier Open project: Ribtoks/Queem

Méthodes publiques

Méthode Description
Run ( ) : void
WriteResults ( System tw ) : void

Private Methods

Méthode Description
GetKnightMoves ( int i, int j ) : ulong

Method Details

Run() public méthode

public Run ( ) : void
Résultat void

WriteResults() public méthode

public WriteResults ( System tw ) : void
tw System
Résultat void