Giter Club home page Giter Club logo

dicescript's Introduction

SealDice

简介

海豹骰工程代码合并仓库,用于实现全平台自动出包。

使用 git submodule 机制整合以下四个仓库的代码

克隆该项目时需要使用 git clone --recursive 命令以将子模块代码一并拉取。

细节

自动构建

工作流为 auto-build.yml,相关 jobs 功能:

  • commit-num-check:用于检查 24 小时内是否有新 commit,没有则每天自动触发的构建不打包;
  • resources-download:下载资源文件,牌堆、helpdoc、gocghttp 等;
  • gocqhttp-build,gocqhttp-android-build:自动编译所需平台的 gocqhttp,android 端需要使用 NDK;
  • ui-build:ui自动构建;
  • core-build,core-darwin-build,core-android-build:core 的自动构建,分别为 windows&linux macos 和 android;
  • pc-pack:windows & linux & macos 三端的打包,会组装 helpdoc、gocqhttp 等资源文件;
  • android-build:android apk 的打包,目前只打包 debug 版本,也会组装资源文件;
  • clear-temp-artifact:清理产物,保证 artifacts 整洁。

关于 issue 和 pull request

你可以通过 fork 本项目并提交 pull request 的形式贡献代码

dicescript's People

Contributors

fy0 avatar justanotherid avatar yuyannuo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

dicescript's Issues

(1d4)#(d20+3)的问题

场景为某生物进行了1d4次相同的攻击,每次攻击检定为d20+3,在现有的语法/海豹骰里似乎只能用两条语句来解决;
从手册上看#表示骰点次数并非dicescript语法,而是骰子的一项扩展功能(而且1d4#d20会被解析成4#1dd20);

那么之后有没有可能加入#作为运算符或者在骰子里解析类似标题这样的语句呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.