Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 229 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 229 Bytes

Python Chess Engine

This chess engine was developed by students as a study project at DHBW Mannheim.

Features

  • limited depth alpha beta search
  • evaluation functions (linear weighted sums)
  • quiescence search
  • bugs ;)