simple chess engine written in pure C
Stars
2
Forks
1
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
refactor: Remove unused generator code and update move_piece function signature, fixed engine and improved move evaluation
f27b637View on GitHubrefactor: Remove unused generator code and update move_piece function signature, fixed engine and reduced redudancy
e7e4e73View on GitHubrefactor: Improve castling logic, fix piece under attack logic, and add evaluation function
5727646View on GitHubrefactor: Improve castling logic and fix piece under attack logic
40e23a1View on GitHubchore: Add king movement and castling logic, added under attack logic
25609c6View on GitHub