https://github.com/cueavyqwp/leaf
B站小游戏 风叶穿行
https://github.com/cueavyqwp/leaf
Last synced: 3 months ago
JSON representation
B站小游戏 风叶穿行
- Host: GitHub
- URL: https://github.com/cueavyqwp/leaf
- Owner: cueavyqwp
- License: gpl-3.0
- Created: 2023-06-26T06:18:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T08:50:04.000Z (over 1 year ago)
- Last Synced: 2024-02-22T06:26:13.399Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 关于
此项目是对B站小游戏 [风叶穿行](https://www.bilibili.com/blackboard/fe/activity-HQjQSdd3L8.html) 的逆向 源码来自 [rVEgVEpnDV.js](https://activity.hdslb.com/blackboard/static/20220615/00979505aec5edd6e5c2f8c096fa0f62/rVEgVEpnDV.js)
修改如下 :
- 修改游戏资源文件的名称
- 移除分享功能
- 代码格式化# 运行
使用`git`克隆本仓库
`git clone [email protected]:cueavyqwp/leaf.git` 或 `git clone https://github.com/cueavyqwp/leaf.git`
进入`leaf`目录
`cd leaf`
使用`python`在本地运行网页服务器
`python ./server.py [端口]`
或者使用`http-server`在本地运行网页服务器
`http-server -p [端口]`