Skip to content

Dragjon/Ofish-uci-fast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lichess rapid rating Lichess blitz rating Lichess bullet rating

Ofish-uci-fast

Play against Ofish at lichess.org!

Current features

  • Negamax search with alphabeta pruning
  • Basic evaluation (piece values for middlegame and endgame)
  • Piece square tables (borrowed from PeSTO's evaluation function for middlegame and endgame)
  • Iterative deepening
  • Quiscence search limited to depth 2, because it is too slow even at depth 3.. Blame python!
  • Simple time management mechanism
  • Communicates in UCI