Your trusted source for computer chess information!

This is an old revision of the document!


SecondChess

SecondChess is a didactical chess engine written in C by Emilio Díaz and based on FirstChess code of Pham Hong Nguyen.

Main Features

  • One single C file heavily commented, around 2000 lines
  • Board representation: one 64 int array for pieces and one 64 int array for colors
  • Addressed to programmers who want to learn how a chess engine works
  • Rules Implemented: castle, en passant and promotion
  • Robust move generator: al positions tested so far have been matched by secondchess
  • perft function implemented
  • Selectable search depth
  • Simple evaluation: material + piece square tables
  • Simple Alpha-Beta search + Quiescent
  • Basic Xboard support

Lacks

  • For the sake of simplicity, no three moves repetition nor 50 moves rule
  • No time management

Acknowledgments

Downloads


Personal Tools