A test application that prints all legal moves of a given position. More...
#include "sys.h"
#include <iostream>
#include <vector>
#include <cassert>
#include "ChessPosition.h"
#include "MoveIterator.h"
#include "ChessNotation.h"
#include "debug.h"
Go to the source code of this file.
Classes | |
struct | test::ChessPosition |
Functions | |
int | main (int argc, char* argv[]) |
A test application that prints all legal moves of a given position.
Definition in file tstchessposition.cc.