Skip to content

Lordsedion/Yeager

Repository files navigation

Files

File Description
chess_engine.cpp Implementations of perft/perftdiv; main
types.h Definitions of piece, square, move, masks and associated helper functions
types.cpp Implementations of fast bitboard operations
tables.cpp Lookup tables for piece moves, magic bitboard creation using hyperbola quintessence
position.cpp Zobrist key creation, FEN manipulation
position.h Probably what you're here for! Position data structure, legal move generation

About

Attacking Chess Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages