In this project we created an artificial intelligence to play the game KULIBRAT.
This will be a short guide on how to install and run this project. If pycharm is setup skip to step 3.
- Install Jetbrains PyCharm
- Open PyCharm
- (If you currently have a project open go to File -> Close Project)
- From the main menu click the 'Get from VCS'
- Enter the URL of this repository (https://github.com/MadSoeDK/Kulibrat.git)
- Accept and wait for the repository to clone
- Click trust project
- When opened, go into the project file -> main.py
- Press the green arrow top right to run main.py, this will open some settings
- Keep the standard settings, but change the intepreter to python version 3.11
- Run the main file