Firstly, you need install some package, use pip tool to install.
pip install -r requirements.txt
Then you need copy secret_setting.json.example to secret_setting.json, and typing the AI's api information.
There are two files in the root folder, main.py
and app.py
.
Run app.py
, you will get a web server which started in 8000 port and listening all addr, it have beautiful screen. It's goal is for the normal user to watch how AI work.
Run main.py
, you will get a window that run by pyboy, you can see some detial in the console. It's goal is for test the AI.