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_
pip install -r requirements.txt
python main.py