示例#1
0
def main():
    """
    Program start.

    Parameters are missing.

    Returns: None
    """
    engine(progression)
示例#2
0
def play_brain_games():
    """Choice the game.

	Call welcome_user() for welcoming user.
	Ask user which game would like to play.
	Call brain_games.engine for choosen game.
	"""
    name = welcome_user()
    games_dict = generate_games_dict()
    user_choice = request_choice()
    game = games_dict[user_choice]
    engine(game, name)
示例#3
0
def main():
    """Run a code."""
    engine(gcd)
示例#4
0
def main():
    engine(brain_calc)
示例#5
0
def main():
    """Run this script."""
    engine(even)
示例#6
0
def main():
    """Interface brain-even."""
    engine(game_even, rule_of_game)
def main():
    engine(brain_games.games.even)
示例#8
0
def main():
    """Run this script."""
    engine(gcd)
示例#9
0
def main():
    engine(brain_games.games.gcd)
def main():
    engine.engine(games.gcd)
示例#11
0
def main():
    engine(brain_prime)
示例#12
0
def main():
    engine(calc)
示例#13
0
def main():
    """Interface brain-progression."""
    engine(progression, rule_of_game)
示例#14
0
def main():
    """Run this script."""
    engine(calc)
示例#15
0
def main():
    engine(brain_games.games.calc)
def main():
    engine.engine(games.progres)
def main():
    engine.engine(games.even)
示例#18
0
def main():
    engine(progression)
示例#19
0
def main():
    engine(brain_progression)
示例#20
0
def main():
    engine(brain_games.games.prime)
示例#21
0
def main():
    engine(gcd)
def main():
    """Run a code."""
    engine(calc)
示例#23
0
def main():
    engine(prime)
示例#24
0
def main():
    engine(brain_gcd)
def main():
    """Run this script."""
    engine(progression)
def main():
    engine.engine(games.prime)
示例#27
0
def main():
    """Interface brain-gcd."""
    engine(game_gcd, rule_of_game)
示例#28
0
def main():
    engine(even)
示例#29
0
def main():
    """Interface brain-calc."""
    engine(game_calc, rule_of_game)
示例#30
0
def main():
    """Run a code."""
    engine(progression)