Thanks to visit codestin.com
Credit goes to github.com

Skip to content

devanshsonii/orca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orca - Chess Engine

A chess engine implemented from scratch using C++.

Current Capabilities

  • Able to beat 1400 rated Stockfish (at least in terms of pieces)
  • Depth-6 Perft in 7 seconds
  • Alpha-Beta Search with Move Ordering

Installation

git clone https://github.com/devanshsonii/orca
cd orca/
make && ./chess_engine

TODO

  • Make the move generation faster and more robust
  • Implementing Checkmates
  • Opening moves book to introduce variety in the starting moves
  • Implementing En Passant and Castling

About

A chess engine made in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published