Create your own tiny chess bot!
Stars
1.8k
Forks
1.0k
Watchers
1.8k
Open Issues
120
Overall repository health assessment
No package.json found
This might not be a Node.js project
78
commits
2
commits
2
commits
1
commits
1
commits
1
commits
Fix stalemate detection after generating capture moves in a position with no captures available
1315551View on GitHubIncrease size of internal repetition table to avoid possible bounds error
bcd8cbbView on GitHubMerge function for creating ascii diagram of current position
f19b15dView on GitHubReplace spaces with tabs for consistency
ee00c7fView on GitHubAdd method to print the board to the console
f9d21f2View on GitHubRemoved memory allocations from IsInCheckmate and IsInStalemate
3064406View on GitHub