utdrobotchess / chess-game

Chess game application
www.utdallas.edu/robotchess
Apache License 2.0
6 stars 1 forks source link

Chess Game App

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.

Alt text

For more information about the UTDallas Robotchess project, visit our website at http://www.utdallas.edu/robotchess.

Contents

Running the app

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.

Issues

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.