GitXplorerGitXplorer
w

chess

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
df708e19be2c8381e5a7c13c7b57c76cbc11d477

Actually fixed that bug.

aarwheelock committed 11 years ago
Unverified
ec796d16a368fb4171c962c1a8fbe7c34d651609

Fixed bug in PrincipalVariation where an illegal move could be selected. PrincipalVariation should outperform AlphaBeta now.

aarwheelock committed 11 years ago
Unverified
6e804c02340b610cef015bf2e4cf1ac51940c181

Added usage to README.

aarwheelock committed 11 years ago
Unverified
819a0329f48651871de83f8925db0f2b8931bf00

Added existed files to repo.

aarwheelock committed 11 years ago
Unverified
dbccfbe3ae6d0f30a41383f175d4b663841d8253

Initial commit

aarwheelock committed 11 years ago

README

The README file for this repository.

chess

To build: javac *.java

To run: java -cp .. chess.Chess