#shadow_sim
Emulator and AI of Shadowverse
Work In Progress
currently implementing self-play AI for Shadowverse
- implement base system for this emulator
- implement Choose, Fusion, Maneuver
- make simple AI (rule-base, Greedy, MCTS)
- implement AI learning from self-play
- implement GUI
- implement all card (hard)
If you want to see battle demo, run this code:
python3 emulator_test.py --mode demo
json-data I use
MIT This software is released under the MIT License, see LICENSE.txt.