Skip to content

hub2/chesser-go

Repository files navigation

Chesser-GO

Simple PVS search engine written in GO

What works

  • Negamax search
  • Transition tables
  • Quiscence search
  • Late move pruning

Move ordering

  • Hash moves
  • Captures by SEE
  • Promotions
  • Checks
  • Killer moves(2 tables)
  • ...

Evaluation

  • Material
  • Piece square tables
  • Static exchange evaluation
  • Double Pawns
  • Isolated Pawns

About

Chess engine written in go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages