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: 6 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T07:33:20.000Z (over 2 years ago)
- Last Synced: 2025-04-12T00:16:34.935Z (6 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: 30
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Genius Invokation Simulator
[](https://github.com/facebook/react) [](https://github.com/pmndrs/zustand) [](https://github.com/prettier/prettier) [](http://commitizen.github.io/cz-cli/) [](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.
## 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.