diff --git a/README.md b/README.md index af41759..5028769 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,29 @@ # 能够解出来的 "羊了个羊" 小游戏 Demo -坑爹的小游戏,根本无解,自己写了个 demo, -在线体验地址:[https://solvable-sheep-game.streakingman.com/](https://solvable-sheep-game.streakingman.com/) +![qrcode.png](public/qrcode.png) -vite+react 实现,欢迎 star、issue、pr +坑爹的小游戏(本来玩法挺有意思的,非得恶心人),根本无解(99.99%无解),气的我自己写了个 demo, +扫码或:pc浏览器体验 -![img.png](public/preview.png) +## Feature + +- 弹出:弹出队列左侧第一个,无限次数 +- 撤销:撤销上一次操作,无限次数 +- 洗牌:哗啦哗啦 +- 关卡:50关玩到双,可直接跳 + +![preview.png](public/preview.png) + +## Contribution + +vite+react 实现,欢迎 star、issue、pr、fork + +## Todo List + +- [x] 基础操作 +- [x] 关卡生成 +- [ ] UI/UX优化 +- [ ] 多主题 +- [ ] 计时 +- [ ] 点击时的缓冲队列,优化交互动画效果 +- [ ] 该游戏似乎涉嫌抄袭,考证后补充来源说明 diff --git a/public/preview.png b/public/preview.png index 52c6c70..99f7e61 100644 Binary files a/public/preview.png and b/public/preview.png differ diff --git a/public/qrcode.png b/public/qrcode.png new file mode 100644 index 0000000..038180f Binary files /dev/null and b/public/qrcode.png differ