parent
00ce9079dc
commit
70c23c0e68
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
# Ignore all files in this directory
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
@ -1,2 +1,44 @@
|
|||||||
# Sudoku_v1
|
# Sudoku_v1
|
||||||
|
|
||||||
|
# 说明
|
||||||
|
|
||||||
|
这是一个用 Python 编写的数独游戏。
|
||||||
|
|
||||||
|
# 目录结构
|
||||||
|
|
||||||
|
```
|
||||||
|
.
|
||||||
|
├── .gitignore
|
||||||
|
├── LICENSE
|
||||||
|
├── martix.npy
|
||||||
|
├── main.py
|
||||||
|
├── data.py
|
||||||
|
└── README.md
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 运行
|
||||||
|
|
||||||
|
```
|
||||||
|
python main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
# 依赖
|
||||||
|
### 环境要求:
|
||||||
|
- Python 3.6+
|
||||||
|
|
||||||
|
### 第三方依赖:
|
||||||
|
- numpy 1.19.2+
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# 许可证
|
||||||
|
|
||||||
|
本项目使用 AGPL-3.0-only 许可证。
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Loading…
Reference in new issue