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

Method PuzzleGame

PuzzleGame.cpp:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include "PuzzleGame.h"
5
6PuzzleGame::PuzzleGame(const PuzzleConfig& config, AIDifficulty diff)
7 : MachineGame(diff), m_puzzle(config)
8{
9 loadPuzzle(config);
10}
11
12void PuzzleGame::loadPuzzle(const PuzzleConfig& config)
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected