/Yahtzee

Implementation of the game of Yahtzee using the expecti-minimax algorithm

Primary LanguagePython

Game of Yahtzee

This implementation is a variant of yahtzee, instead of 5 dices, we have 3 dices. This program will suggest how many dice should the player roll again to maximize the score.

To run the code : python yahtzee.py 1 2 6 where 1, 2 and 6 are the numbers that come up in the dice on the first roll