- IA first assignment, this project focus on adversarial search in a 2 player, turn based, board game.
-
This project is meant to be run in a conda environment, however it should with
pip
without any problems, just adaptconda
commands topip
commands.- In case of doubt consult the documentation.
-
The dependencies to run the project are the following:
-
In order to create an environment and install the required packages, run:
$ conda create --name gekitai python
$ conda activate gekitai
(gekitai) $ conda install numpy scipy pip
(gekitai) $ pip install pygame
And that's all, now you should be able to run the project from here.