Application for the Challenge aka Svoyi Koziri game with a computer opponent. The alpha-beta pruning algorithm is used to implement the strategy of the computer opponent's game.
- Open directory lab6
- Run cmd from lab6 folder:
- python -m venv venv
- venv\Scripts\activate
- pip install -r requirements.txt
- python main.py