Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

104 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fisk

Rust chess engine using bitboards, leveraging the fact that you can squeeze a lot of chess board state into a couple of 64 bit words, and that you can do a lot of really fast operations on these words on modern 64 bit CPUs.

You can play against the engine on Lichess.

BitBoards (Wikipedia)
BitBoards (chessprogramming.org)

About

Chess engine

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages