docs: update README.md

This commit is contained in:
streakingman 2022-09-16 22:53:45 +08:00
parent ae8c22b1be
commit 0612149a5b
4 changed files with 29 additions and 18 deletions

View File

@ -3,27 +3,34 @@
![qrcode.png](public/qrcode.png)
坑爹的小游戏本来玩法挺有意思的非得恶心人根本无解99.99%无解),气的我自己写了个 demo
扫码或:<a href="https://solvable-sheep-game.streakingman.com/" target="_blank">pc浏览器体验</a>
扫码或:<a href="https://solvable-sheep-game.streakingman.com/" target="_blank">pc 浏览器体验</a>
## 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优化
- [ ] UI/UX 优化
- [ ] 多主题
- [ ] 计时
- [ ] 性能优化
- [ ] 点击时的缓冲队列,优化交互动画效果
- [ ] 该游戏似乎涉嫌抄袭,考证后补充来源说明
## License
[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE.md)

View File

@ -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"
}

View File

@ -316,9 +316,10 @@ const App: FC = () => {
return (
<>
<h2>
(DEMO) <GithubIcon />
</h2>
<h2>(DEMO)</h2>
<h6>
<GithubIcon />
</h6>
<h3>Level: {level} </h3>
<div className="app">

View File

@ -7,6 +7,7 @@ export const GithubIcon: FC = () => {
target="_blank"
rel="noreferrer"
>
@StreakingMan
<svg
height="24"
aria-hidden="true"
@ -15,6 +16,7 @@ export const GithubIcon: FC = () => {
width="24"
data-view-component="true"
className="octicon octicon-mark-github v-align-middle"
fill="currentColor"
>
<path
fillRule="evenodd"