コード例 #1
0
def main():
    start_game(progression)
コード例 #2
0
def main():
    start_game(calc.INTRO, calc.make_puzzle, calc.make_solution)
コード例 #3
0
def main():
    start_game(HINT, is_even)
コード例 #4
0
def main():
    start_game(even)
コード例 #5
0
def main():
    start_game(HINT, get_calc)
コード例 #6
0
def main():
    greet()
    start_game(prime)
コード例 #7
0
def main():
    start_game(HINT, get_progression)
コード例 #8
0
def main():
    start_game(
        progression.INTRO,
        progression.make_puzzle,
        progression.make_solution,
    )
コード例 #9
0
def main():
    greet()
    start_game(gcd)
コード例 #10
0
def main():
    start_game(HINT, get_prime)
コード例 #11
0
def main():
    start_game(HINT, get_gcd)
コード例 #12
0
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)
コード例 #16
0
def main():
    start_game(prime)
コード例 #17
0
def main():
    start_game(calc)
コード例 #18
0
def main():
    greet()
    start_game(even)
コード例 #19
0
def main():
    start_game(gcd)
コード例 #20
0
def main():
    greet()
    start_game(calc)