Skip to content

Initial Release of Mark's Chess Engine

Latest
Compare
Choose a tag to compare
@markmansour markmansour released this 22 Mar 22:43

Chess Engine / Chess move generator written in Java.

Engine:

  • Bitboards to represent the board
  • Magic bitboard move generator
  • Basic UCI protocol

Search

  • Alpha/Beta search (negascout) and iterative deepening
  • Transposition Tables
  • MVV-LVA move ordering

Evaluation

  • Material counting
  • Piece-Square Tables