Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess_bitboard

Coding a Chess game from scratch using Rust and Bitboards. I will not continue this project since there is not much to be done. Generating all rook and queen moves needs either loop or magic number(there might be other algorithms) but I am not interested in learning either for now!

We are swapping standard arrays for 64-bit integers to handle board state and move generation the efficient way.

  • Language: Rust
  • Technique: Bitboards (u64)
  • Goal: Fully playable Chess game (No AI)

Assets:

Libraries:

Links:

About

Chess game with bitboards in zig and raylib

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages