~skiqqy/chess

A Chess engine
Final change to README

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~skiqqy/chess
read/write
git@git.sr.ht:~skiqqy/chess

You can also use your local clone with git send-email.

#chess

builds.sr.ht status

A chess engine.

#Building

To build, simply run:

$ make

#Usage

Simply run:

$ ./bin/chess

#Testing

Running the test cases

$ make test

#TODO

  • Implement en passant
  • Implement Piece promotion
  • Implement Castling.

#Purpose

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.

#Notes

License: