# Tic Tac Toe Python **Repository Path**: CastleJing/tic-tac-toe-python ## Basic Information - **Project Name**: Tic Tac Toe Python - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-17 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 井字棋 ## 依赖环境 * python3 * Numpy ```shell pip install numpy ``` * OpenCV ```shell pip install opencv-python ``` * cvui ```shell pip install cvui ``` ## 运行方法 ```shell python3 ./main.py ```