DanielBarton446 / DanielBarton446/ShogiAI
Enforcing Checkmate Behavior
Open
documentation
help wanted
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Serious discussion on how we enforce looking for checkmates within this algorithm is needed. Currently, checkmate patterns are not looked for, and checkmate's are not evaluated as anything special.
MUST:
-- determine how to evaluate checkmates and checkmate threats
+--> Evaluator functions?
+---> sort nodes we expand based on priority(checks and checkmates first)?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.