Improving C++ API
authorSam Moore <[email protected]>
Fri, 22 Mar 2013 04:53:43 +0000 (12:53 +0800)
committerSam Moore <[email protected]>
Fri, 22 Mar 2013 04:53:43 +0000 (12:53 +0800)
commit7518ec8d771e731d6ffbbe00b275b7e3c4b23301
treed6ca9f8df5b281da0b4f363d0909d6774ad08108
parent8571bc0c18f4a42bd1c8f34a5a36bcd9678b3f14
Improving C++ API

Changed the Piece and Board classes slightly so that I can make an efficient C++ agent.

I plan to make SilverFish as good as I possibly can.
Rather than writing 6 different mediocre sample agents like I did last year, I will just focus on this one.

Technically I can't enter my own competition, so SilverFish is still just a sample agent.

Anyway it still just defaults to random moves at the moment.
13 files changed:
agents/c++/Makefile [new file with mode: 0644]
agents/c++/agent++
agents/c++/qchess.cpp
agents/c++/qchess.h
agents/silverfish/Makefile [new file with mode: 0644]
agents/silverfish/agent.cpp [new symlink]
agents/silverfish/agent.h [new symlink]
agents/silverfish/main.cpp [new file with mode: 0644]
agents/silverfish/qchess.cpp [new symlink]
agents/silverfish/qchess.h [new symlink]
agents/silverfish/silver [new file with mode: 0755]
agents/silverfish/silverfish.cpp [new file with mode: 0644]
agents/silverfish/silverfish.h [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au