Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Texel: Detect illegal moves before playing them. Makes code look nice…
…r and seems slightly stronger (but too few games played to be sure).

git-svn-id: file:///home/petero/vc/svnrepos/texel/trunk@81 4abc0a36-5a1e-4bec-8e7d-414f7125f69d
  • Loading branch information
peterosterlund2 committed Dec 28, 2012
1 parent 4e05a6c commit c375652
Show file tree
Hide file tree
Showing 5 changed files with 134 additions and 147 deletions.
2 changes: 1 addition & 1 deletion texellib/src/computerPlayer.cpp
Expand Up @@ -35,7 +35,7 @@ static StaticInitializer<ComputerPlayer> cpInit;

void
ComputerPlayer::staticInitialize() {
std::string name = "Texel 1.02a6";
std::string name = "Texel 1.02a7";
if (sizeof(char*) == 4)
name += " 32-bit";
if (sizeof(char*) == 8)
Expand Down

0 comments on commit c375652

Please sign in to comment.