This repository contains the source code developed for the Chessgame Application to be used in Robotchess demos. The Robotchess project is developed and hosted by the University of Texas at Dallas.
For more information about the UTDallas Robotchess project, visit our website at http://www.utdallas.edu/robotchess.
lib/
log/
resources/
src/edu/utdallas/robotchess
test/edu/utdallas/robotchess
build.xml
If you are familiar with Ant, then you should be able to understand how to run the app by inspecting the build.xml. Regardless, to run the app you need to clone this repo, cd to this directory with some kind of shell, and enter 'ant run'. You must have the ant command line tool installed to do this.
We track issues using the github issue tracker. If you feel that something is missing or broken, please visit our issues site: (https://github.com/utdrobotchess/chessbot/issues). Reading the open issues here may help you understand why something isn't working the way you expect it to.