MCPcopy Create free account
hub / github.com/XMuli/ChineseChess / MachineGame

Method MachineGame

MachineGame.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static const int chessScore[] = {10000, 20, 40, 60, 100, 80, 10};
13
14MachineGame::MachineGame(AIDifficulty diff)
15 : m_difficulty(diff), m_bAiIsRed(false)
16{
17}
18
19MachineGame::~MachineGame()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected