Skip to content

A simple yet fast chess engine made with C. No bitboards, no fancy searching, just minimax with alpha-beta pruning.

License

Notifications You must be signed in to change notification settings

diwasrimal/chessengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chessengine

Yet to complete...

Build

git clone https://github.com/diwasrimal/chessengine.git
cd chessengine
make
./build/main

About

A simple yet fast chess engine made with C. No bitboards, no fancy searching, just minimax with alpha-beta pruning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published