Go to file
2022-09-25 02:56:32 +08:00
.husky chore: init 2022-09-15 13:09:27 +08:00
dist chore(release): 0.0.6 2022-09-23 22:19:01 +08:00
public chore: bgm只剪一小段 2022-09-22 13:44:14 +08:00
src feat: 接入Bmob储存自定义配置 2022-09-25 02:56:32 +08:00
.commitlintrc.cjs chore: init 2022-09-15 13:09:27 +08:00
.editorconfig chore: init 2022-09-15 13:09:27 +08:00
.env feat: 接入Bmob储存自定义配置 2022-09-25 02:56:32 +08:00
.eslintignore chore: init 2022-09-15 13:09:27 +08:00
.eslintrc.cjs feat: 自定义主题 2022-09-24 23:29:35 +08:00
.gitignore build: 发版打包配置 2022-09-19 20:28:44 +08:00
.lintstagedrc.cjs build: 首次打包 2022-09-19 20:41:58 +08:00
.prettierrc.cjs chore: init 2022-09-15 13:09:27 +08:00
.stylelintrc.cjs feat: 关卡和基础操作 2022-09-16 02:16:31 +08:00
.versionrc.cjs build: 发版打包配置 2022-09-19 20:28:44 +08:00
CHANGELOG.md chore(release): 0.0.6 2022-09-23 22:19:01 +08:00
index.html feat: 接入Bmob储存自定义配置 2022-09-25 02:56:32 +08:00
LICENSE.md Create LICENSE.md 2022-09-16 22:12:58 +08:00
package.json feat: 接入Bmob储存自定义配置 2022-09-25 02:56:32 +08:00
preview.png feat: 主题切换 2022-09-19 03:02:32 +08:00
qrcode.png feat: 主题切换 2022-09-19 03:02:32 +08:00
README.md docs: todo update 2022-09-23 22:18:46 +08:00
tsconfig.json chore: init 2022-09-15 13:09:27 +08:00
tsconfig.node.json chore: init 2022-09-15 13:09:27 +08:00
vite.config.ts chore: 样式调整 2022-09-19 10:57:26 +08:00
yarn.lock feat: 接入Bmob储存自定义配置 2022-09-25 02:56:32 +08:00

能够解出来的 "羊了个羊" 小游戏 Demo

version license stars forks issues issues commit-activity last-commit production-state preview-state

坑爹的小游戏本来玩法挺有意思的非得恶心人根本无解99.99%无解),气的我自己写了个 demo 扫二维码或pc 浏览器体验

声明:本项目仅供交流,禁止商用!否则后果自负。基于此项目的二创都是欢迎的,但非二创请不要删除原仓库地址 (啥都不改唯独删除来源我真的会谢 🙄️,请尊重他人劳动成果)

qrcode.png

Feature

  • 弹出:弹出队列左侧第一个,无限次数
  • 撤销:撤销上一次操作,无限次数
  • 洗牌:哗啦哗啦,无限次数
  • 关卡50 关玩到爽,可直接跳
  • 主题:金轮、 骚猪、 ikun(露出黑脚)、 OW主题等

开心就好 😄

preview.png

Contribution

vite+react 实现,欢迎 star、issue、pr、fork尽量标注原仓库地址

切换主题参考 src/themes 下的代码,欢迎整活

Todo List

  • 基础操作
  • 关卡生成
  • UI/UX 优化
  • 多主题
  • 计时
  • 性能优化
  • BGM/音效
  • 点击时的缓冲队列,优化交互动画效果
  • 该游戏似乎涉嫌抄袭,考证后补充来源说明
  • 桌面应用
  • 路径区分主题
  • 主题自定义

二次开发

环境准备

安装以下内容

克隆仓库

直接克隆本仓库或者 fork

git clone https://github.com/StreakingMan/solvable-sheep-game.git

依赖安装

克隆到本地后,在项目内敲命令

npm install -g yarn

yarn install

调试运行

yarn dev

License

GNU GENERAL PUBLIC LICENSE Version 3