My Project
Public Attributes | List of all members
Move Struct Reference

#include <move.h>

Public Attributes

unsigned long long flipped
 
int x
 
int score
 
unsigned int cost
 
struct Movenext
 

Detailed Description

move representation

Member Data Documentation

◆ cost

unsigned int Move::cost

move cost

◆ flipped

unsigned long long Move::flipped

bitboard representation of flipped squares

◆ next

struct Move* Move::next

next move in a MoveList

◆ score

int Move::score

score for this move

◆ x

int Move::x

square played


The documentation for this struct was generated from the following file: