A Pokémon double battle simulator program based on Python Pygame.
With battle AI based on UCT-MCTS algorithm.
Simulator based on Daniel's program https://github.com/DanielAlcocerSoto/Pokemon-Python
bilibili https://www.bilibili.com/video/BV1x54y1B7oc

Pokemon battle AI is based on MCTS/UCT algorithm your can see it at /AI diretory
install dependence:
pip install -r requirements.txt
setup:
python setup.py install
exe:
python run.py -h