You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
### 简介
|
|
|
|
本项目是基于PySide6编写的数独游戏
|
|
|
|
|
|
|
|
### 项目结构
|
|
|
|
- main
|
|
- document //临时创建的无用文件
|
|
- src //存放图片等资源
|
|
- win //存放qt的ui设计文件和编译后文件
|
|
- main.py //程序入口,主窗口
|
|
- sudo.py //后端文件,用于数独生成
|
|
|