Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 396 Bytes

ChessProject

A chess game written in C. The game includes both console interface and a graphic user interface. You can choose to play one player vs. another , or player vs. the computer. The artificial inteligence was implemented with alpha-beta pruning algorithm.

Download all the content and execute ChessProject.exe file in order to play.

Created by Tomer Ben Kereth and Evgeny Agronsky