|
My Project
|
Public Attributes | ||
| Board | board [1] | |
| int | player | |
| struct { | ||
| int x | ||
| int score | ||
| } | move [MAX_MOVE] | |
| int | n_moves | |
| int | best_score | |
| char * | comments | |
| int OBF::best_score |
! Position score
| Board OBF::board[1] |
! Othello board
| char* OBF::comments |
! Array of comments
| int OBF::n_moves |
! Move number
| int OBF::player |
! Player on turn
| int OBF::score |
! Move score
| int OBF::x |
! Move coordinate