Skip to content

c++ engine that uses bitboards for move generation and minimax for move selection

Notifications You must be signed in to change notification settings

jackrankin/chess_engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess_engine

c++ engine that uses hyperbola quintessence for move generation and minimax for move selection

RUNNING THE PROGRAM:

  1. clone the repo

  2. compile using: "cmake ." followed my "make"

  3. run using ./run (the video is old, i wasn't using make yet)

  4. enter moves using Universal Chess Interfacing protocal. e.g. e2e4 or f7f8Q

I rendered the board in the terminal for people to see:

chesscompressed.mp4

About

c++ engine that uses bitboards for move generation and minimax for move selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published