Exemplo n.º 1
0
def main():
    start_game(progression)
Exemplo n.º 2
0
def main():
    """Start progression game."""
    start_game(DESCRIPTION, progression)
def main():
    """Function to start the Even game"""
    engine.start_game(even)
def main():
    """Init game."""
    engine.start_game(games.progression)
def main():
    """Run GCD game."""
    engine.start_game(gcd)
def main():
    """Run Prime game"""
    engine.start_game(prime)
Exemplo n.º 7
0
def main():
    """Start calc game."""
    start_game(DESCRIPTION, calc)
Exemplo n.º 8
0
def main():
    """Start prime game."""
    start_game(DESCRIPTION, prime)
Exemplo n.º 9
0
def main():
    start_game(even)
Exemplo n.º 10
0
def main():
    """Init game."""
    engine.start_game(games.prime)
Exemplo n.º 11
0
def main():
    start_game()
Exemplo n.º 12
0
def main():
    start_game(prime)
Exemplo n.º 13
0
def main():
    start_game(gcd)
def main():
    engine.start_game(progression)
Exemplo n.º 15
0
def main():
    """Start even game."""
    start_game(DESCRIPTION, even)
Exemplo n.º 16
0
def main():
    """Init game."""
    engine.start_game(games.calc)
Exemplo n.º 17
0
def main():
    start_game(calc)
def main():
    """Method to run Calc game."""
    engine.start_game(calc)
Exemplo n.º 19
0
def main():
    """Start gcd game."""
    start_game(DESCRIPTION, gcd)