Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.47 KB

README_CN.md

File metadata and controls

55 lines (39 loc) · 1.47 KB

七圣召唤模拟器

react zustand code style: prettier Commitizen friendly license

原神卡牌游戏七圣召唤的非官方模拟器。 All materials used here belong to miHoYo/HoYoverse/COGNOSPHERE and their respective owners.

gi-simulator-snapshot.png

ENV

local env: add .env file

VITE_PUBLIC_PATH = ""

production env: add .env.production file

VITE_PUBLIC_PATH = {YOUR_PUBLIC_PATH}

Usage

yarn
npm run dev
npm run build

路线图

  • 游戏区域
  • 游戏准备
    • 抽取 5 张手牌
    • 设置出战角色
  • 回合流程
    • 投掷阶段
    • 行动阶段
    • 结束阶段
  • 元素反应
    • 规则
    • 效果
  • 其他规则

License

This project is licensed under the MIT License.