Skip to content

wujian6510/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

数独小游戏说明

按钮 功能说明
检查 检查游戏是否正确完成
重置 置到初始化状态
清理 清理所有标志
重建 重新开始一局

1. 克隆代码

git clone https://github.com/wujian6510/sudoku.git

2. 进入sudoku目录

cd sudoku/

3. 安装yarn

npm install -g yarn

4. 设置yarn源

yarn config set registry http://registry.npm.taobao.org

5. 安装项目依赖

yarn install

6. 编译项目

yarn run build

About

数独小游戏

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published