Final change to README
Fixed typo
Updated README
A chess engine.
To build, simply run:
$ make
Simply run:
$ ./bin/chess
Running the test cases
$ make test
This is a simple implementation of chess, using the interface defined by
include/engine.h
as defined by TGB.
This engine will be used in the TGB project, for more information consult the TGB README.