Home
last modified time | relevance | path

Searched defs:isGameOver (Results 1 – 10 of 10) sorted by relevance

/dports/games/kreversi/kreversi-21.12.3/src/
H A Dkreversigame.cpp232 bool KReversiGame::isGameOver() const in isGameOver() function in KReversiGame
/dports/games/hexxagon/hexxagon-1.0.2/src/libhexx/
H A Dboard.cpp236 bool Board::isGameOver(const LookUp &l) const in isGameOver() function in Board
/dports/games/bovo/bovo-21.12.3/game/
H A Dgame.cc116 bool Game::isGameOver() const { in isGameOver() function in bovo::Game
/dports/games/qnetwalk/qnetwalk-1.7.0/src/
H A Dmainwindow.cpp517 bool MainWindow::isGameOver() in isGameOver() function in MainWindow
/dports/games/pentobi/pentobi-19.1/pentobi/
H A DGameModel.h299 bool isGameOver() const { return m_isGameOver; } in isGameOver() function
H A DGameModel.cpp1890 bool isGameOver = true; in updateProperties() local
/dports/games/kfourinline/kfourinline-21.12.3/src/
H A Dkwin4proc.cpp615 COLOUR KComputer::isGameOver(FARBE field[][SIZE_X+1],char numbers[]) in isGameOver() function in KComputer
/dports/games/keeperrl/keeperrl-alpha23/
H A Dgame.cpp481 bool Game::isGameOver() const { in isGameOver() function in Game
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DBlockGame.cpp192 bool BlockGame::isGameOver() const { in isGameOver() function in BlockGame
/dports/games/openlierox/OpenLieroX/include/
H A DCClient.h643 bool isGameOver() { return bGameOver; } in isGameOver() function