Skip to content

A single-player chess game made using the minimax algorithm.

Notifications You must be signed in to change notification settings

clifordjoshy/minimax-chess-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimax-chess-cpp

A chess AI made using the minimax algorithm with alpha-beta pruning and negamax optimisations.

  • Set to a default search depth of 6 (moves ahead)
  • Made using the Win32 API in mingw C++

Can be compiled using the following instructions:
windres resource.rc -O coff -o resource.o
g++ main.cpp chess.cpp resource.o -mwindows -lgdiplus

About

A single-player chess game made using the minimax algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published