Added C++ agent
authorSam Moore <[email protected]>
Mon, 25 Feb 2013 13:49:13 +0000 (21:49 +0800)
committerSam Moore <[email protected]>
Mon, 25 Feb 2013 13:49:13 +0000 (21:49 +0800)
commit559edeecb292c9971ddd8226e132e1bf1d2640e1
tree31e5fd6110992dfb0fc5a1ec1845541a9202cbeb
parent8ac03672ef496924adb437b66c75d70d9e2bcde3
Added C++ agent

As a result, found an issue where qchess was printing "-1" as the index whenever a King was selected.
I don't know why that didn't break the python agent, but it definitely breaks the C++ agent, so I fixed it.
agents/agent++/Makefile [new file with mode: 0644]
agents/agent++/agent.cpp [new file with mode: 0644]
agents/agent++/agent.h [new file with mode: 0644]
agents/agent++/main.cpp [new file with mode: 0644]
agents/agent++/qchess.cpp [new file with mode: 0644]
agents/agent++/qchess.h [new file with mode: 0644]
qchess/build/exe.linux-x86_64-2.7.zip
qchess/build/exe.win32-2.7.zip
qchess/qchess.py
qchess/src/piece.py

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