issues
search
likeawizard
/
chess-go
Chess engine with lichess.org bot-play integration. Discontinued. Further development migrated to https://github.com/likeawizard/tofiks
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
feat: three fold repetition detection
#86
likeawizard
closed
2 years ago
0
feat: killer heuristic
#85
likeawizard
closed
2 years ago
0
fix: tt fixes and code maint
#84
likeawizard
closed
2 years ago
0
Killer heuristic
#83
likeawizard
closed
2 years ago
0
Draw detection
#82
likeawizard
opened
2 years ago
0
Three fold repetition detection
#81
likeawizard
closed
2 years ago
0
PVS search
#80
likeawizard
opened
2 years ago
0
feat: prevent Qsearch when in check
#79
likeawizard
closed
2 years ago
0
Prevent entering Qsearch while in check
#78
likeawizard
closed
2 years ago
0
feat: add polyglot book support
#77
likeawizard
closed
2 years ago
0
Polyglot opening book
#76
likeawizard
closed
2 years ago
0
feat: transposition table, zobrist fixes
#75
likeawizard
closed
2 years ago
0
feat: MVV-LVA move ordering
#74
likeawizard
closed
2 years ago
0
feat: optimize eval function and minor bug fixes
#73
likeawizard
closed
2 years ago
0
PGN: Short Algebraic disambiguation
#72
likeawizard
opened
2 years ago
0
Bug: QSearch ends up in infinite loop
#71
likeawizard
closed
2 years ago
1
fix: correctly update half and full move counters
#70
likeawizard
closed
2 years ago
0
properly extract PV from mate/stalemate
#69
likeawizard
opened
2 years ago
0
Balance eval function and PSTs
#68
likeawizard
closed
2 years ago
1
feat: lichess challenge acceptance policy
#67
likeawizard
closed
2 years ago
0
feat: pseudo legal move generator
#66
likeawizard
closed
2 years ago
0
faet: improved PST, mate detection in search
#65
likeawizard
closed
2 years ago
0
Optimize eval for bitboards
#64
likeawizard
closed
2 years ago
0
feat: implement PST
#63
likeawizard
closed
2 years ago
0
Bug: engine attempted to play illegal move
#62
likeawizard
opened
2 years ago
1
Move ordering
#61
likeawizard
closed
2 years ago
0
feat: add search statistics
#60
likeawizard
closed
2 years ago
0
Lichess connector lag reduction
#59
likeawizard
closed
2 years ago
1
maint: code maintenence and small fixes
#58
likeawizard
closed
2 years ago
0
Remove hardcoded player handle from lichess connector
#57
likeawizard
opened
2 years ago
0
Clean up lichess API connector code
#56
likeawizard
opened
2 years ago
0
Create challenge acceptance policy
#55
likeawizard
closed
2 years ago
0
fix: correctly detect double checks
#54
likeawizard
closed
2 years ago
0
Bug: correctly update full move counter
#53
likeawizard
closed
2 years ago
0
fix: uci move to short algebraic conversion
#52
likeawizard
closed
2 years ago
0
Bug: engine crashes analyzing position
#51
likeawizard
closed
2 years ago
1
Reimplement PGN export
#50
likeawizard
closed
2 years ago
0
Transposition table
#49
likeawizard
closed
2 years ago
0
Search statistics
#48
likeawizard
closed
2 years ago
0
Early return on Iterative deepening when next depth can't be reasonably completed under time constraints
#47
likeawizard
opened
2 years ago
0
feat: remove redundant isWhite
#46
likeawizard
closed
2 years ago
0
Try branchless min/max for performance
#45
likeawizard
opened
2 years ago
0
Pseudo legal move generator
#44
likeawizard
closed
2 years ago
0
Blackbox optimization framework
#43
likeawizard
opened
2 years ago
0
Implement piece-squre-tables
#42
likeawizard
closed
2 years ago
0
Dedicated Capture MoveGen
#41
likeawizard
closed
2 years ago
0
fix: properly print empty squares in FEN
#40
likeawizard
closed
2 years ago
0
Fix FEN import/export
#39
likeawizard
closed
2 years ago
0
Update Readme.md
#38
likeawizard
opened
2 years ago
0
feat: add CLI args to perft
#37
likeawizard
closed
2 years ago
0
Next