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
- quickpython.examples.connect
- quickpython.examples.eightpuzzle
- quickpython.examples.hangman
- quickpython.examples.memory
- quickpython.examples.minesweeper
- quickpython.examples.simon
- quickpython.examples.tictactoe
- quickpython.examples.towers
- quickpython.examples.uno
- quickpython.examples.zigzag
Variables
connect
eightpuzzle
hangman
memory
minesweeper
simon
tictactoe
towers
uno
zigzag