_CalcScore() is only used within MB1063.
 
Symbols
loading...
Files
loading...

_CalcScore() function

Calculate Score

Syntax

static int _CalcScore(const BOARD * pBoard);

Arguments

pBoard

pointer to the board stack

Return value

Score

References

LocationReferrerText
game_win.c:300
static int _CalcScore(const BOARD * pBoard) {
game_win.c:415_Eval()
score = _CalcScore(pBoard);
game_win.c:635_SetPlayer()
Score = _CalcScore(&_Board);

Call Tree

Functions calling _CalcScore()
all items filtered out
_CalcScore()
Data read by _CalcScore()
Data written by _CalcScore()
_CalcScore()::x
_CalcScore()::y
_CalcScore()::r
_CalcScore()::Cell
all items filtered out
_CalcScore()
_CalcScore()::x
_CalcScore()::y
_CalcScore()::r
_CalcScore()::Cell
all items filtered out