An open API service indexing awesome lists of open source software.

https://github.com/cueavyqwp/leaf

B站小游戏 风叶穿行
https://github.com/cueavyqwp/leaf

Last synced: 3 months ago
JSON representation

B站小游戏 风叶穿行

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 [端口]`