Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xieqin/genius-invokation-simulator
An unofficial simulator for Genius Invokation TCG in Genshin Impact; 七圣召唤模拟器
https://github.com/xieqin/genius-invokation-simulator
genius-invokation genshin-impact genshin-impact-tcg reactjs typescript vite zustand
Last synced: 2 months ago
JSON representation
An unofficial simulator for Genius Invokation TCG in Genshin Impact; 七圣召唤模拟器
- Host: GitHub
- URL: https://github.com/xieqin/genius-invokation-simulator
- Owner: xieQin
- License: mit
- Created: 2023-01-04T12:52:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T07:33:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T00:43:32.783Z (3 months ago)
- Topics: genius-invokation, genshin-impact, genshin-impact-tcg, reactjs, typescript, vite, zustand
- Language: TypeScript
- Homepage: https://genius-invokation.diona.world
- Size: 190 MB
- Stars: 29
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Genius Invokation Simulator
[![react](https://img.shields.io/github/package-json/dependency-version/xieQin/genius-invokation-simulator/react)](https://github.com/facebook/react) [![zustand](https://img.shields.io/github/package-json/dependency-version/xieQin/genius-invokation-simulator/zustand)](https://github.com/pmndrs/zustand) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/xieQin/genius-invokation-simulator/blob/main/LICENSE.md)
An unofficial simulator for Genius Invokation TCG in Genshin Impact.
All materials used here belong to miHoYo/HoYoverse/COGNOSPHERE and their respective owners.![gi-simulator-snapshot.png](https://i.postimg.cc/N0Fnn9Fh/gi-simulator-snapshot.png)
## ENV
local env: add .env file
```
VITE_PUBLIC_PATH = ""
VITE_RELOAD_SW = "true"
VITE_APP_BUILD_DATE = {replaced dyanmicaly}
```production env: add .env.production file
```
VITE_PUBLIC_PATH = ""
VITE_RELOAD_SW = "true"
VITE_APP_BUILD_DATE = {replaced dyanmicaly}
```## Usage
```bash
yarn
``````bash
yarn dev
``````bash
yarn build
```## Roadmap
- [x] Game Area
- [x] Prepare to Duel
- [x] Draw 5 hand cards
- [x] Set active character
- [x] Round Flow
- [x] Roll Phase
- [x] Action Phase
- [x] End Phase
- [ ] Elemental Reactions
- [x] Rules
- [ ] Effects
- [ ] Other Rules## License
This project is licensed under the MIT License.