An AI framework for playing three player chess, as part of the CITS3001 unit at UWA
Stars
12
Forks
29
Watchers
12
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
29
commits
15
commits
4
commits
2
commits
1
commits
Rename getBoard() to be more correct, as well as add an important note to it's usage.
1445f46View on GitHubAdd a helper method to Board.java to allow you to access the game board (though not change it) for use in things such as caching.
b6c47d6View on GitHubfixed Random Agent not reversing steps across section, and added helper method to Board.java
0b690b2View on GitHubFix NullPointerException in isLegalMove for illegal castles
a6907d9View on GitHub