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

https://github.com/tinymins/jx3-combat-simulator


https://github.com/tinymins/jx3-combat-simulator

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 《剑侠情缘网络版》战斗模拟器

> 该项目基于 [`Sciter`](https://sciter.com/) 构建。

## 开发环境

1. 创建工作区目录

```bat
mkdir D:\sciter
```

2. 下载 `Sciter`

```bat
git clone https://github.com/c-smile/sciter-js-sdk.git
```

3. 下载安装 [ImageMagick](https://imagemagick.org/script/download.php#windows)(`Sciter Quark` 依赖项)

```bat
# 下载安装包安装即可,或者使用本地包管理软件安装
choco install imagemagick
```

4. 下载本仓库代码

```bat
git clone https://github.com/tinymins:jx3-combat-simulator.git
```

5. 编辑修改源代码

## 测试运行

* 双击 `start.bat` 运行即可。

## 调试工具

* 双击 `inspector.bat` 运行即可。

## 编译打包

* 双击 `build.bat` 运行即可,文件将输出在 `dist` 目录中。