Skip to content

Latest commit

 

History

History

Lab6

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Lab 6. Mini-max. Two-player games with perfect information


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.

How to start

  1. Open directory lab6
  2. Run cmd from lab6 folder:
  • python -m venv venv
  • venv\Scripts\activate
  • pip install -r requirements.txt
  • python main.py