Skip to content

Macok/fafachess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fafachess

fafachess is a chess engine written for learning purposes, using Scala and Akka. The main focus is put on readability, testability and clean design.

fafachess supports UCI protocol, making it easy to play against it using any of the popular GUI's like Arena Chess GUI.

Features

  • UCI protocol support
  • support for all allowed moves including castling, en passant, and promotion. However, for efficiency reasons, under-promotion is not considered when searching for best move.
  • best move search using simple negamax algorithm (will add alpha-beta pruning in the nearest future).
  • evaluation based on material and piece-square tables.

Todo

Features that I'm planning to implement in the nearest future:
  • Quiescence search
  • 0x88 Board representation

About

Chess engine written in Scala and Akka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages