diff --git a/README.md b/README.md index 5028769..850aa21 100644 --- a/README.md +++ b/README.md @@ -3,27 +3,34 @@ ![qrcode.png](public/qrcode.png) 坑爹的小游戏(本来玩法挺有意思的,非得恶心人),根本无解(99.99%无解),气的我自己写了个 demo, -扫码或:pc浏览器体验 +扫码或:pc 浏览器体验 ## Feature -- 弹出:弹出队列左侧第一个,无限次数 -- 撤销:撤销上一次操作,无限次数 -- 洗牌:哗啦哗啦 -- 关卡:50关玩到双,可直接跳 +- 弹出:弹出队列左侧第一个,无限次数 +- 撤销:撤销上一次操作,无限次数 +- 洗牌:哗啦哗啦,无限次数 +- 关卡:50 关玩到爽,可直接跳 + +开心就好 😄 ![preview.png](public/preview.png) ## Contribution -vite+react 实现,欢迎 star、issue、pr、fork +vite+react 实现,欢迎 star、issue、pr、fork(尽量标注原仓库地址) ## Todo List -- [x] 基础操作 -- [x] 关卡生成 -- [ ] UI/UX优化 -- [ ] 多主题 -- [ ] 计时 -- [ ] 点击时的缓冲队列,优化交互动画效果 -- [ ] 该游戏似乎涉嫌抄袭,考证后补充来源说明 +- [x] 基础操作 +- [x] 关卡生成 +- [ ] UI/UX 优化 +- [ ] 多主题 +- [ ] 计时 +- [ ] 性能优化 +- [ ] 点击时的缓冲队列,优化交互动画效果 +- [ ] 该游戏似乎涉嫌抄袭,考证后补充来源说明 + +## License + +[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE.md) diff --git a/package.json b/package.json index 3ac7f9a..8152850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solvable-sheep-game", - "private": true, + "private": false, "version": "0.0.0", "type": "module", "scripts": { @@ -36,5 +36,6 @@ "stylelint-config-standard-scss": "^5.0.0", "typescript": "^4.6.4", "vite": "^3.1.0" - } + }, + "license": "SEE LICENSE IN LICENSE.md" } diff --git a/src/App.tsx b/src/App.tsx index 7ea6a6b..622cbfd 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -316,9 +316,10 @@ const App: FC = () => { return ( <> -

- 有解的羊了个羊(DEMO) -

+

有解的羊了个羊(DEMO)

+
+ +

Level: {level}

diff --git a/src/GithubIcon.tsx b/src/GithubIcon.tsx index 9fc696f..1a7dc39 100644 --- a/src/GithubIcon.tsx +++ b/src/GithubIcon.tsx @@ -7,6 +7,7 @@ export const GithubIcon: FC = () => { target="_blank" rel="noreferrer" > + 点个✨不迷路 @StreakingMan