Home
last modified time | relevance | path

Searched refs:MovesLeft (Results 1 – 7 of 7) sorted by relevance

/dports/games/fairymax/fairymax-67cee03/
H A Dmaxqi.c128 int MovesLeft; variable
493 m = MovesLeft<=0 ? 40 : MovesLeft; in main()
515 if(--MovesLeft == 0) { in main()
516 MovesLeft = MaxMoves; in main()
578 MovesLeft = MaxMoves; in main()
608 MovesLeft = MaxMoves = 1; in main()
628 MovesLeft = MaxMoves; in main()
661 MovesLeft = -(GamePtr+(Side==WHITE)>>1); in main()
662 while(MaxMoves>0 && MovesLeft<=0) in main()
663 MovesLeft += MaxMoves; in main()
H A Dfairymax.c116 int MovesLeft; variable
654 m = MovesLeft<=0 ? 40 : MovesLeft; in main()
676 if(--MovesLeft == 0) { in main()
677 MovesLeft = MaxMoves; in main()
754 MovesLeft = MaxMoves; in main()
793 MovesLeft = MaxMoves = 1; in main()
813 MovesLeft = MaxMoves; in main()
874 MovesLeft = -(GamePtr+(Side==WHITE)>>1); in main()
875 while(MaxMoves>0 && MovesLeft<=0) in main()
876 MovesLeft += MaxMoves; in main()
/dports/games/brainparty/brainparty/
H A Dunderthehat.cpp31 CurrentLevel = Tries = MovesLeft = LastStateChange = TimeStarted = NumWrong = 0; in BPMiniGame_UnderTheHat()
192 if (MovesLeft > 0) { in Tick()
250 --MovesLeft; in MakeMove()
282 MovesLeft = CurrentLevel + 4; in GenerateMoves()
H A Dunderthehat.h66 int MovesLeft; variable
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DBlockGame.cpp287 MovesLeft = PuzzleNumberOfMovesAllowed(Level); in NewGame()
1140 if ((puzzleMode)&&(!bGameOver)&&(MovesLeft==0)&&(!(BoardEmpty()))) { in FallDown()
1174 …if ((board[cursorx][cursory+1]<7) && (board[cursorx+1][cursory+1]<7) && ((!puzzleMode)||(MovesLeft in SwitchAtCursor()
1179 if ((puzzleMode)&&(gameStartedAt<ticks)&&(MovesLeft>0)) { in SwitchAtCursor()
1180 MovesLeft--; in SwitchAtCursor()
1236 MovesLeft = PuzzleNumberOfMovesAllowed(Level); in PushLineInternal()
H A DBlockGame.hpp179 int MovesLeft = 0; member in BlockGame
H A DBlockGameSdl.inc420 strHolder = _("Moves left: ") + std::to_string(MovesLeft);