Public Attributes | List of all members
OBF Struct Reference

Public Attributes

Board board [1]
 
int player
 
struct {
   int   x
 
   int   score
 
move [MAX_MOVE]
 
int n_moves
 
int best_score
 
char * comments
 

Detailed Description

OBF structure: Othello Board File

Member Data Documentation

◆ best_score

int OBF::best_score

! Position score

◆ board

Board OBF::board[1]

! Othello board

◆ comments

char* OBF::comments

! Array of comments

◆ move

struct { ... } OBF::move[MAX_MOVE]

! Move array

◆ n_moves

int OBF::n_moves

! Move number

◆ player

int OBF::player

! Player on turn

◆ score

int OBF::score

! Move score

◆ x

int OBF::x

! Move coordinate


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