# weiqi **Repository Path**: forked-project/weiqi ## Basic Information - **Project Name**: weiqi - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 围棋 --- 使用Python编写的围棋游戏 ![preview1.gif](https://github.com/HapHac/weiqi/blob/master/Pictures/preview1.gif) 更多演示请看[preview](https://github.com/HapHac/weiqi/blob/master/preview.md) ### 1. 开始前 本程序基于tkinter生成GUI,使用前请确保已经安装好tkinter 1. 对于windows用户,您可能已经安装了tkinter,cmd中输入`python -c 'import tkinter'`,如果没有出错则已安装tkinter 2. 对于linux用户,您可能未安装tkinter,使用包管理工具搜索tkinter,如:`apt search tkinter`,`pacman -Ss tkinter`,`yum search tkinter`,选择符合要求的软件包,然后安装,如果未找到,请自行下载并编译源代码,再安装。 ### 2. 下载本仓库 > git clone https://github.com/HapHac/weiqi.git ### 3. 运行 > cd weiqi/ > python weiqi.py