hieutran106 / chessCS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChessCS

A chess engine written in C#. The engine is built using optimized minimax algorithm that can search 4 moves ahead. The engine can easily beat a decent chess player.

Skill and knowledge achievements:
  • Data structure and algorithms (alpha-beta pruning, hash table, etc)
  • Optimization (move orderings, killer moves)
  • C# Windows Application
  • Source control (GIT)
Screenshots

Screenshot 1

About


Languages

Language:C# 100.0%