8000 GitHub - najdshad/nn-chess
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

najdshad/nn-chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Board Representation

bitboard for each piece INIT_FEN = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR"

Piece bit allocation

7: occupied flag -> 1 = exists, 0 = empty 6: color -> 0 = white, 1 = black 5-3 : piece type -> 000 = Pawn, 001 = Knight, 010 = Bishop, 011 = Rook, 100 = Queen, 101 = King 2-0 : flags -> Can be used for en passant, castling rights, promotions

DEFINE STATE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0