mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-25 00:58:22 +08:00
docs: update README.md
This commit is contained in:
parent
ae8c22b1be
commit
0612149a5b
33
README.md
33
README.md
|
@ -3,27 +3,34 @@
|
|||

|
||||
|
||||
坑爹的小游戏(本来玩法挺有意思的,非得恶心人),根本无解(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 关玩到爽,可直接跳
|
||||
|
||||
开心就好 😄
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user