Skip to content

A basic chess implementation with MiniMax and Alpha-Beta pruning algorithms in C++.

Notifications You must be signed in to change notification settings

dogukancagatay/terminal_chess

Repository files navigation

Terminal Chess

A basic chess program that simply implements the MiniMax and Alpha-Beta pruning algorithms.

You can play chess on your terminal if it supports Unicode characters. It is actually not a full implementation of a chess program. There is no special moves or checkmate check.

About

A basic chess implementation with MiniMax and Alpha-Beta pruning algorithms in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages