Skip to content

harryh1ll/chess-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Engine

Aim

I want to write some c code that will beat me in a game of chess.

Implementation

Currently working on defining the pseudo-legal move generation for each piece using bitboards. I'd like to use magic bitboards for the sliding pieces. C felt like the natural choice for bit-wise operations, speed and direct memory location access.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published