Example #1
0
def main():
    """Play the game: Is number even or not."""
    play(even)
def main():
    """Run brain-gcd game."""
    play(gcd)
Example #3
0
def main():
    engine.play(calc)
def main():
    """Play the game: Calculator."""
    play(calc)
def start():
    """Run main function."""
    play(prime)
Example #6
0
def main():
    engine.play(even)
Example #7
0
def main():
    """Call the main logic of the game."""
    play(gcd)
Example #8
0
def main():
    engine.play(game=calc)
Example #9
0
def main():
    engine.play(gcd)
Example #10
0
def main():
    """Do main loop start the game."""
    play(prime)
def main():
    engine.play(calc.get_calc_question_and_answer, calc.DESCRIPTION)
def start():
    """Run main function."""
    play(progression)
Example #13
0
def main():
    """Method to run Calc game."""
    engine.play(calc)
Example #14
0
def main():
    """Call brain-calc function with game logic."""
    engine.play(calc)
Example #15
0
def main():
    """Do main loop start the game."""
    play(gcd)
Example #16
0
def main():
    """Run brain-calc game."""
    play(calc)
Example #17
0
def main():
    """Call functions according to general logic."""
    engine.play(gcd)
def main():
    play(gcd)
Example #19
0
def main():
    """Run brain-progression game."""
    play(progression)
Example #20
0
def main():
    engine.play(game=prime)
Example #21
0
def main():
    """Play the game: Progression."""
    play(progression)
def main():
    engine.play(progression.get_progression_question_and_answer,
                progression.DESCRIPTION)
Example #23
0
def main():
    """Run main function."""
    play(brain_games.games.prime)
def main():
    engine.play(prime)
Example #25
0
def start():
    """Run main function."""
    play(even)
Example #26
0
def main():
    """Function to start the Even game"""
    engine.play(even)
Example #27
0
def main():
    engine.play(progression)
Example #28
0
def main():
    engine.play(game=even)
Example #29
0
def play():
    """Start the game."""
    engine.play(INSTRUCTIONS, get_round)
def main():
    play(progression)