/Rolit

Rolit board game with UI and AI with Minimax Algorithm implemented [Python 3.7]

Primary LanguagePython

Rolit_game Project

This project is a copy of the Rolit board game

There is three different gamemodes :

- Two players on a single computer
- One player against an 'AI' implementing the __MiniMax Algorithm__ with different levels of complexity
- Two AI playing against each other also by using the _MiniMax Algorithm_

Image of the board

Requirements :

pip install -r requirements.txt

Start the app :

python main.py