Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 300 Bytes

File metadata and controls

16 lines (11 loc) · 300 Bytes

Chess Engine - Ohm Chess

This is an chess engine based on minimax and a/b-pruning, represented by a curses chessboard. a/b-pruning and performance analysis are switchable

Dependencys:

ncurses

To build this project:

$ cd Ohm_Chess
$ make

Authors: Thomas Hollmann, Hannes Dürr