CLI module
Provide functions to handle CLI start game.
This module allows the handle CLI start game
Examples:
>>> python -m console -X human -O human
>>> tictactoe -X human -O human
The module contains the following classes and functions:
- main
- Handle start game from CLI
main()
Handle start game from CLI
Source code in src\frontend\console\cli.py
18 19 20 21 22 |
|