示例#1
0
def main():
    start_game(progression)
def main():
    start_game(calc.INTRO, calc.make_puzzle, calc.make_solution)
示例#3
0
def main():
    start_game(HINT, is_even)
def main():
    start_game(even)
示例#5
0
def main():
    start_game(HINT, get_calc)
def main():
    greet()
    start_game(prime)
示例#7
0
def main():
    start_game(HINT, get_progression)
def main():
    start_game(
        progression.INTRO,
        progression.make_puzzle,
        progression.make_solution,
    )
def main():
    greet()
    start_game(gcd)
示例#10
0
def main():
    start_game(HINT, get_prime)
示例#11
0
def main():
    start_game(HINT, get_gcd)
def main():
    greet()
    start_game(progression)
示例#13
0
def main():
    start_game(even.INTRO, even.make_puzzle, even.make_solution)
示例#14
0
def main():
    start_game(gcd.INTRO, gcd.make_puzzle, gcd.make_solution)
示例#15
0
def main():
    start_game(prime.INTRO, prime.make_puzzle, prime.make_solution)
def main():
    start_game(prime)
示例#17
0
def main():
    start_game(calc)
def main():
    greet()
    start_game(even)
示例#19
0
def main():
    start_game(gcd)
def main():
    greet()
    start_game(calc)