- Install virtualenv if you haven't
pip install virtualenv
- Create virtualenv
virtualenv venv
- Activate the created virtualenv
venv\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Run
run.bat
You can change the config in run.bat
--row <int>
--column <int>
--type <bvb?pvb?pvp>
--player_choice <0?1>
--thinking_time <float>
--is_dump <str>
--bot1 <str>
--bot2 <str>
This project is used for an assignment from IF3170 Artificial Intelligence 2021/2022