Skip to content

Module quickpython.examples

View Source
from quickpython.examples import (

    connect,

    eightpuzzle,

    hangman,

    memory,

    minesweeper,

    simon,

    tictactoe,

    towers,

    uno,

    zigzag,

)

__all__ = [

    "connect",

    "eightpuzzle",

    "hangman",

    "memory",

    "minesweeper",

    "simon",

    "tictactoe",

    "towers",

    "uno",

    "zigzag",

]

Sub-modules

Variables

connect
eightpuzzle
hangman
memory
minesweeper
simon
tictactoe
towers
uno
zigzag